Files
veejay/veejay-current/veejay-server/aclib/Makefile.am
Niels Elburg e6f03f0742 sync
git-svn-id: svn://code.dyne.org/veejay/trunk@1355 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2010-01-24 21:12:58 +00:00

23 lines
490 B
Makefile

# # Process this file with automake to produce Makefile.in.
EXTRA_DIST= ac.h ac_internal.h imgconvert.h img_internal.h img_x86_common.h
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