2002-05-30 14:30:47 +00:00
|
|
|
## we need to specify the plugindir if we want libtool to build .so files ...
|
2003-07-29 00:12:30 +00:00
|
|
|
plugindir=$(libdir)/gstreamer-@GST_MAJORMINOR@
|
2002-05-26 21:21:37 +00:00
|
|
|
|
2002-05-30 14:30:47 +00:00
|
|
|
plugin_LTLIBRARIES = libgstexample.la
|
2001-01-08 23:55:27 +00:00
|
|
|
|
2002-05-30 14:30:47 +00:00
|
|
|
libgstexample_la_SOURCES = example.c
|
|
|
|
libgstexample_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstexample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-01-12 00:47:40 +00:00
|
|
|
|
2002-05-26 21:21:37 +00:00
|
|
|
noinst_HEADERS = example.h
|
2002-05-30 14:30:47 +00:00
|
|
|
|
|
|
|
## ... but we don't want them installed so we override the install target
|
|
|
|
install:
|
|
|
|
@true
|