documentation: fix some typos
[platform/upstream/gstreamer.git] / ext / sidplay / Makefile.am
1 plugin_LTLIBRARIES = libgstsid.la
2
3 libgstsid_la_SOURCES = gstsiddec.cc
4 libgstsid_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
5         $(GST_CXXFLAGS) $(SIDPLAY_CFLAGS)
6 libgstsid_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(SIDPLAY_LIBS) \
7                       -lgstaudio-$(GST_API_VERSION)
8 libgstsid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = gstsiddec.h