mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
2f553735fe
Original commit message from CVS: this dir is kicking my ass all over the place
14 lines
403 B
Makefile
14 lines
403 B
Makefile
SUBDIRS=libmodplug .
|
|
|
|
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmodplug.la
|
|
|
|
libgstmodplug_la_SOURCES = modplug_types.c gstmodplug.cc
|
|
libgstmodplug_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
|
|
libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la
|
|
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmodplug.h modplug_types.h
|
|
|