summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-10-04 12:51:35 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-10-04 12:51:35 +0200
commit3409b705c03b173e8fcc0876a67ccc0df201a9c3 (patch)
treee928d35754fdefcbc39c81ab0f1f1bf2c764ae28
parent14ae7b7ba88a434ce069678c04f50cf05301cce8 (diff)
Adjust orkbasecxx Makefile.am-s to r643
Fix some build issues from the rebase over to r644.
-rw-r--r--orkbasecxx/Makefile.am2
-rw-r--r--orkbasecxx/messages/Makefile.am3
2 files changed, 2 insertions, 3 deletions
diff --git a/orkbasecxx/Makefile.am b/orkbasecxx/Makefile.am
index 3087887..dfc3c22 100644
--- a/orkbasecxx/Makefile.am
+++ b/orkbasecxx/Makefile.am
@@ -28,7 +28,7 @@ liborkbase_la_SOURCES = \
Object.h ObjectFactory.h OrkBase.h \
OrkClient.h PartyFilter.h Reporting.h \
TapeFileNaming.h TapeProcessor.h \
- Utils.h config.h
+ Utils.h config.h OrkTrack.h
nobase_pkginclude_HEADERS = \
audiofile/AudioFile.h \
diff --git a/orkbasecxx/messages/Makefile.am b/orkbasecxx/messages/Makefile.am
index 4d81cb3..b818636 100644
--- a/orkbasecxx/messages/Makefile.am
+++ b/orkbasecxx/messages/Makefile.am
@@ -3,10 +3,9 @@ noinst_LTLIBRARIES = libmessages.la
libmessages_la_SOURCES = AsyncMessage.cpp Message.cpp \
SyncMessage.cpp CaptureMsg.cpp DeleteTapeMsg.cpp \
PingMsg.cpp TapeMsg.cpp RecordMsg.cpp InitMsg.cpp \
- PingMsg.cpp TapeMsg.cpp RecordMsg.cpp \
AsyncMessage.h CaptureMsg.h DeleteTapeMsg.h \
Message.h PingMsg.h RecordMsg.h SyncMessage.h \
- TapeMsg.h TestMsg.h
+ TapeMsg.h TestMsg.h InitMsg.h
#libmessages_la_LIBADD = -L/projects/ext/xmlrpc++/xmlrpc++0.7/ -lXmlRpc
INCLUDES = -I$(top_srcdir) -I../../orkaudio