Files
veejay/veejay-current/libOSC/Makefile.am
Niels Elburg b0815a32af Autotools build fixes (removed LDFLAGS and LIB_OPTS from all convience libraries). May affect build attempts on Darwin.
git-svn-id: svn://code.dyne.org/veejay/trunk@271 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2005-03-25 13:07:07 +00:00

16 lines
385 B
Makefile

INCLUDES = -I$(top_srcdir)/libOSC -I$(includedir)
OSC_LIB_FILE = libOSC.la
noinst_LTLIBRARIES = $(OSC_LIB_FILE)
libOSC_la_CFLAGS = $(AM_CFLAGS)
libOSC_la_SOURCES = OSC-address-space.c \
OSC-callbacklist.c \
OSC-drop.c \
OSC-pattern-match.c \
OSC-priority-queue.c \
OSC-receive.c \
OSC-string-help.c \
OSC-common.c \
OSC-timetag.c \
NetworkReturnAddress.c