gstreamer/gst/iec958/Makefile.am
Thomas Vander Stichele 610d32dd23 build fixes
Original commit message from CVS:
build fixes
2005-09-02 18:01:33 +00:00

8 lines
251 B
Makefile

plugin_LTLIBRARIES = libgstiec958.la
libgstiec958_la_SOURCES = ac3iec.c ac3_padder.c
libgstiec958_la_CFLAGS = $(GST_CFLAGS)
libgstiec958_la_LIBADD = $(GST_LIBS)
libgstiec958_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = ac3_padder.h ac3iec.h