spek/lib/Makefile.am
2012-08-28 09:57:53 -07:00

21 lines
311 B
Makefile

noinst_LIBRARIES = libspek.a
libspek_a_SOURCES = \
spek-audio.c \
spek-audio.h \
spek-fft.c \
spek-fft.h \
spek-palette.c \
spek-palette.h \
spek-pipeline.c \
spek-pipeline.h \
spek-utils.c \
spek-utils.h
libspek_a_CPPFLAGS = \
-include config.h \
-pthread
libspek_a_CFLAGS = \
$(FFMPEG_CFLAGS)