2001-01-08 23:55:27 +00:00
|
|
|
noinst_LTLIBRARIES = libexample.la
|
|
|
|
|
|
|
|
libexample_la_SOURCES = example.c
|
2001-12-17 12:47:39 +00:00
|
|
|
libexample_la_CFLAGS = $(GST_CFLAGS)
|
2002-01-12 00:47:40 +00:00
|
|
|
libexample_la_LIBADD = $(GST_LIBS)
|
|
|
|
|
2001-01-08 23:55:27 +00:00
|
|
|
noinst_HEADERS = example.h
|