mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
10 lines
318 B
Makefile
10 lines
318 B
Makefile
|
|
plugin_LTLIBRARIES = libgstlibfame.la
|
|
|
|
libgstlibfame_la_SOURCES = gstlibfame.c
|
|
libgstlibfame_la_CFLAGS = $(GST_CFLAGS) $(LIBFAME_CFLAGS)
|
|
libgstlibfame_la_LIBADD = $(LIBFAME_LIBS)
|
|
libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstlibfame_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS=gstlibfame.h
|