removal of //-style comments don't link plugins to core libs -- the versioning is...
[platform/upstream/gstreamer.git] / ext / flac / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgstflac.la
4
5 libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c
6 libgstflac_la_CFLAGS = $(GST_CFLAGS)
7 libgstflac_la_LIBADD = $(FLAC_LIBS) 
8 libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = gstflacenc.h gstflacdec.h