diff options
| -rw-r--r-- | lib/Makefile.am | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/lib/Makefile.am b/lib/Makefile.am index 18d37d6..038161a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -AM_CXXFLAGS := $(CXXFLAGS) $(EXTRA_CXXFLAGS) +AM_CXXFLAGS :=   lib_LTLIBRARIES = libmiav.la @@ -15,6 +15,7 @@ libmiav_la_SOURCES = \  	network.cc \  	semaphore.cc \  	socket.cc \ +	status.cc \  	thread.cc \  	threadsafe_queue.cc \  	threadsafe_queue_fifo.cc \ @@ -40,6 +41,7 @@ EXTRA_DIST = \  	queue.h \  	semaphore.h \  	socket.h \ +	status.h \  	thread.h \  	threadsafe_queue.h \  	threadsafe_queue_fifo.h \ | 
