Updated makefile.

This commit is contained in:
Gunnar Beutner 2012-03-31 15:20:38 +02:00
parent 5273e09d24
commit 4388f20d64
1 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,14 @@ noinst_LIBRARIES = \
libbase_a_SOURCES = \
application.cpp \
application.h \
component.cpp \
component.h \
condvar.cpp \
condvar.h \
confighive.cpp \
confighive.h \
configobject.cpp \
configobject.h \
delegate.h \
event.h \
fifo.cpp \
@ -14,6 +22,8 @@ libbase_a_SOURCES = \
i2-base.h \
memory.cpp \
memory.h \
mutex.cpp \
mutex.h \
object.cpp \
object.h \
socket.cpp \
@ -24,6 +34,8 @@ libbase_a_SOURCES = \
tcpserver.h \
tcpsocket.cpp \
tcpsocket.h \
thread.cpp \
thread.h \
timer.cpp \
timer.h \
unix.h \