mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 14:50:01 +01:00
17 lines
408 B
Makefile
17 lines
408 B
Makefile
INCLUDES = -I$(top_srcdir)/libOSC -I$(includedir)
|
|
AM_CFLAGS=$(OP_CFLAGS)
|
|
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
|
|
|