mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
31c54a6644
Original commit message from CVS: further clean up build
24 lines
483 B
Makefile
24 lines
483 B
Makefile
plugin_LTLIBRARIES = libgstpango.la
|
|
|
|
noinst_HEADERS = \
|
|
gstclockoverlay.h \
|
|
gsttextoverlay.h \
|
|
gsttextrender.h \
|
|
gsttimeoverlay.h
|
|
|
|
libgstpango_la_SOURCES = \
|
|
gstclockoverlay.c \
|
|
gsttextoverlay.c \
|
|
gsttextrender.c \
|
|
gsttimeoverlay.c
|
|
|
|
libgstpango_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS) \
|
|
$(PANGO_CFLAGS)
|
|
libgstpango_la_LIBADD = \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_LIBS) \
|
|
$(PANGO_LIBS)
|
|
libgstpango_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|