mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-24 08:40:01 +01:00
13 lines
342 B
Makefile
13 lines
342 B
Makefile
# Makefile for veejay
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(includedir)\
|
|
-I$(top_srcdir)/vjmem\
|
|
-I$(top_srcdir)/vjmsg \
|
|
-I$(top_srcdir)/libel \
|
|
${XML_CFLAGS} ${XML_CPPFLAGS} ${FFMPEG_CFLAGS}\
|
|
-I$(top_srcdir)/utils
|
|
|
|
SAMPLEREC_LIB_FILE = libsamplerec.la
|
|
noinst_LTLIBRARIES = $(SAMPLEREC_LIB_FILE)
|
|
libsamplerec_la_SOURCES = samplerecord.c
|