summaryrefslogtreecommitdiff
path: root/orkaudio/messages/Makefile.am
blob: f6c530590b24579421898ec2f76fcc4a22c18714 (plain)
1
2
3
4
5
6
7
METASOURCES = AUTO
noinst_LTLIBRARIES = libmessages.la
libmessages_la_SOURCES = CaptureMsg.cpp  DeleteTapeMsg.cpp  PingMsg.cpp  \
			TapeMsg.cpp TestMsg.cpp RecordMsg.cpp
AM_CPPFLAGS = -D_REENTRANT
libmessages_la_LIBADD = -L../../orkbasecxx/ -lorkbase
INCLUDES = -I@top_srcdir@ -I../../orkbasecxx