diff options
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index d2242c2695..a785103b34 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -145,7 +145,9 @@ libqpidcommon_la_SOURCES = \ qpid/log/Options.cpp \ qpid/log/Selector.cpp \ qpid/log/Statement.cpp \ - qpid/IList.h + qpid/IList.h \ + qpid/ISList.h \ + qpid/pointer_to_other.h libqpidbroker_la_LIBADD = libqpidcommon.la -lboost_iostreams libqpidbroker_la_SOURCES = \ |
