Files
veejay/sandbox/veejay-current/aclib/Makefile.am
Niels Elburg 90197d342b move stuff
git-svn-id: svn://code.dyne.org/veejay/trunk@1132 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-11-01 03:31:40 +00:00

21 lines
413 B
Makefile

# # Process this file with automake to produce Makefile.in.
AM_CPPFLAGS = \
$(PTHREAD_CFLAGS) \
-I$(top_srcdir)
noinst_LTLIBRARIES = libac.la
libac_la_SOURCES = \
accore.c \
average.c \
imgconvert.c \
img_rgb_packed.c \
img_yuv_mixed.c \
img_yuv_packed.c \
img_yuv_planar.c \
img_yuv_rgb.c \
memcpy.c \
rescale.c