mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 07:10:14 +01:00
13 lines
333 B
Makefile
13 lines
333 B
Makefile
# Makefile for veejay
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(includedir)\
|
|
-I$(top_srcdir)/vjmem\
|
|
-I$(top_srcdir)/vjmsg \
|
|
-I$(top_srcdir)/libel \
|
|
${XML2_CFLAGS} \
|
|
$(MJPEGTOOLS_CFLAGS)
|
|
AM_CFLAGS=$(OP_CFLAGS)
|
|
SAMPLEREC_LIB_FILE = libsamplerec.la
|
|
noinst_LTLIBRARIES = $(SAMPLEREC_LIB_FILE)
|
|
libsamplerec_la_SOURCES = samplerecord.c
|