gstreamer/ext/sidplay/Makefile.am
Thomas Vander Stichele 97d72b4f0e adding sidplay no checks in yet though
Original commit message from CVS:
adding sidplay
no checks in yet though
2001-12-23 15:41:33 +00:00

10 lines
224 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstsid.la
libgstsid_la_SOURCES = gstsiddec.cc
noinst_HEADERS = gstsiddec.h
libgstsid_la_CXXFLAGS = $(SIDPLAY_CFLAGS) $(GST_CFLAGS)
libgstsid_la_LIBADD = $(SIDPLAY_LIBS)