summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2006-07-25 16:35:28 +0000
committerdeva <deva>2006-07-25 16:35:28 +0000
commitdffe8d4a8ce470d315639331bdc1f45f25244618 (patch)
tree010de3183584093fbeea5b8b85466e1184b984d2
parent4669a3517d6976a95978ac70de427b7f1c7cd3f8 (diff)
Moved the ETC and PIXMAPS symbols to config.h.
Moved the ETC and PIXMAPS symbols to config.h.
-rw-r--r--lib/Makefile.am4
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 \