gstreamer/examples/plugins/Makefile.am
Thomas Vander Stichele e7b9201555 reorganize C/LIB flags add gst_info to gstcompat.h
Original commit message from CVS:
reorganize C/LIB flags
add gst_info to gstcompat.h
2004-05-04 12:38:36 +00:00

13 lines
291 B
Makefile

plugin_LTLIBRARIES = libgstexample.la
libgstexample_la_SOURCES = example.c
libgstexample_la_CFLAGS = $(GST_OBJ_CFLAGS)
libgstexample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = example.h
## ... but we don't want them installed so we override the install target
install:
@true