mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
9 lines
203 B
Makefile
9 lines
203 B
Makefile
|
noinst_LTLIBRARIES = libexample.la
|
||
|
|
||
|
libexample_la_SOURCES = example.c
|
||
|
noinst_HEADERS = example.h
|
||
|
|
||
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
||
|
|
||
|
libexample_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS)
|