summaryrefslogtreecommitdiff
path: root/orkaudio/messages/Makefile.am
blob: e3c22251cece815df4e8a2481ed6554a261d014a (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 = $(ORKBASE_LIBS)
INCLUDES = -I$(top_srcdir) $(ORKBASE_CFLAGS)