diff options
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am new file mode 100644 index 0000000000..61f721dc1a --- /dev/null +++ b/cpp/src/Makefile.am @@ -0,0 +1,14 @@ +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/libbroker.la \ + ../lib/common/libcommon.la + +bin_PROGRAMS = qpidd +qpidd_SOURCES = qpidd.cpp |
