gstreamer/examples/plugins/Makefile.am
Wim Taymans 4aaca5cc34 Small fixes, use some wierd hack to make the plugin a .so
Original commit message from CVS:
Small fixes, use some wierd hack to make the plugin a .so
2002-05-26 21:21:37 +00:00

10 lines
219 B
Makefile

plugindir=/dev/null
plugin_LTLIBRARIES = libexample.la
libexample_la_SOURCES = example.c
libexample_la_CFLAGS = $(GST_CFLAGS)
libexample_la_LIBADD =
libexample_la_LDFLAGS = $(GST_LDFLAGS)
noinst_HEADERS = example.h