mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
de68842481
Original commit message from CVS: distcheck fixes
10 lines
293 B
Makefile
10 lines
293 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstlibfame.la
|
|
|
|
libgstlibfame_la_SOURCES = gstlibfame.c gstfamedec.c
|
|
libgstlibfame_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstlibfame_la_LIBADD = $(LIBFAME_LIBS)
|
|
libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS=gstlibfame.h gstfamedec.h
|