diff options
| author | Alan Conway <aconway@apache.org> | 2007-03-21 02:08:18 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-03-21 02:08:18 +0000 |
| commit | 595235e61a48c1ee24bdaee8af72ab7caf18bab6 (patch) | |
| tree | 3e6193a2ffe5789291ec8577924f1cabe6933618 /cpp/src/Makefile.am | |
| parent | 371d76b7e0f8358d5296722f2f2c0e28181a3935 (diff) | |
| download | qpid-python-595235e61a48c1ee24bdaee8af72ab7caf18bab6.tar.gz | |
Renamed cpp-0-9 to cpp
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am new file mode 100644 index 0000000000..40398eb2c9 --- /dev/null +++ b/cpp/src/Makefile.am @@ -0,0 +1,17 @@ +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) |
