Files
veejay/veejay-current/veejay-server/libsample/Makefile.am
Niels Elburg 56d83622f0 sync
git-svn-id: svn://code.dyne.org/veejay/trunk@1349 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2009-11-15 16:17:20 +00:00

11 lines
363 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)/mjpegtools $(FFMPEG_CFLAGS) $(XML2_CFLAGS)
AM_CFLAGS=$(OP_CFLAGS)
SAMPLE_LIB_FILE = libsample.la
noinst_LTLIBRARIES = $(SAMPLE_LIB_FILE)
libsample_la_SOURCES = sampleadm.c
pkginclude_HEADERS = sampleadm.h