gstreamer/examples/plugins/Makefile.am
Richard Boulton c12e795dec Move plugin example code to new location, and put it into build system.
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
2001-01-08 23:55:27 +00:00

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)