diff options
| author | Alan Conway <aconway@apache.org> | 2007-03-21 02:05:56 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-03-21 02:05:56 +0000 |
| commit | 371d76b7e0f8358d5296722f2f2c0e28181a3935 (patch) | |
| tree | 7bdb290ebe3506f2d9f75c6f9562c5e7932120ae /cpp/src/Makefile.am | |
| parent | 862b354f6f777314cd4013f5cbd5aaf0003808d7 (diff) | |
| download | qpid-python-371d76b7e0f8358d5296722f2f2c0e28181a3935.tar.gz | |
* cpp: svn removed, will rename cpp-0-9
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am deleted file mode 100644 index 40398eb2c9..0000000000 --- a/cpp/src/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -AM_CXXFLAGS = $(WARNING_CFLAGS) -INCLUDES = \ - -I$(top_srcdir)/gen \ - -I$(top_srcdir)/lib/broker \ - -I$(top_srcdir)/lib/common \ - -I$(top_srcdir)/lib/common/framing \ - -I$(top_srcdir)/lib/common/sys - -LDADD = \ - ../lib/broker/libqpidbroker.la \ - ../lib/common/libqpidcommon.la - -sbin_PROGRAMS = qpidd -qpidd_SOURCES = qpidd.cpp - -# Force build of qpidd during dist phase so help2man will work. -dist-hook: $(sbin_PROGRAMS) |
