summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 037a284822..eb5ef7144b 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -86,7 +86,8 @@ posix_plat_hdr = \
qpid/sys/posix/Mutex.h \
qpid/sys/posix/Fork.h \
qpid/sys/posix/LockFile.h \
- qpid/sys/posix/PollableCondition.h
+ qpid/sys/posix/PollableCondition.h \
+ qpid/sys/posix/IntegerTypes.h
if HAVE_EPOLL
poller = qpid/sys/epoll/EpollPoller.cpp
@@ -268,6 +269,7 @@ libqpidcommon_la_SOURCES = \
qpid/sys/AggregateOutput.cpp \
qpid/sys/AsynchIOHandler.cpp \
qpid/sys/Dispatcher.cpp \
+ qpid/sys/IntegerTypes.h \
qpid/sys/PollableCondition.h \
qpid/sys/PollableQueue.h \
qpid/sys/Runnable.cpp \