mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
e7b9201555
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
12 lines
291 B
Makefile
12 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
|