gstreamer/gst/modplug/Makefile.am
Thomas Vander Stichele a826782864 I'm sure this is the worst way to deal with this but I can't be arsed to look it up in the big black book
Original commit message from CVS:
I'm sure this is the worst way to deal with this but I can't be arsed
to look it up in the big black book
2002-11-18 22:05:30 +00:00

14 lines
384 B
Makefile

SUBDIRS=libmodplug .
plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstmodplug.la
libgstmodplug_la_SOURCES = gstmodplug.cc modplug_types.c
libgstmodplug_la_CFLAGS = $(GST_CFLAGS)
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstmodplug.h modplug_types.h