From dffe8d4a8ce470d315639331bdc1f45f25244618 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 25 Jul 2006 16:35:28 +0000 Subject: Moved the ETC and PIXMAPS symbols to config.h. Moved the ETC and PIXMAPS symbols to config.h. --- lib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3