mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 23:15:30 +01:00
11 lines
363 B
Makefile
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
|