mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 14:50:01 +01:00
11 lines
322 B
Makefile
11 lines
322 B
Makefile
# Makefile for veejay
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(includedir) -I$(top_srcdir)/vjmem -I$(top_srcdir)/vjmsg -I$(top_srcdir)/libhash\
|
|
-I$(top_srcdir)/utils \
|
|
${FFMPEG_CFLAGS} ${XML_CFLAGS} ${XML_CPPFLAGS}
|
|
|
|
SAMPLE_LIB_FILE = libsample.la
|
|
noinst_LTLIBRARIES = $(SAMPLE_LIB_FILE)
|
|
libsample_la_SOURCES = sampleadm.c
|
|
|