mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
8da28910bc
Original commit message from CVS: * s/filter/plugin/ * add $(GST_LIBS) to all plugins * move Makefile.am things around to a mostly standard layout * remove HTTP flags/libs from elements since http element moved
7 lines
170 B
Makefile
7 lines
170 B
Makefile
noinst_LTLIBRARIES = libexample.la
|
|
|
|
libexample_la_SOURCES = example.c
|
|
libexample_la_CFLAGS = $(GST_CFLAGS)
|
|
libexample_la_LIBADD = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = example.h
|