mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
c12e795dec
Original commit message from CVS: Move plugin example code to new location, and put it into build system. Add work on firstplugin chapter of pwg. Fix typo in quotes. Add @'s before commands in manuals.mak
8 lines
203 B
Makefile
8 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)
|