Thomas Vander Stichele | 3e96851 | 2002-04-27 12:57:37 +0000 | [diff] [blame] | 1 | |
| 2 | plugin_LTLIBRARIES = libgstfestival.la |
| 3 | |
| 4 | libgstfestival_la_SOURCES = gstfestival.c |
Jonathan Matthew | 436a8cc | 2007-08-23 13:24:33 +0000 | [diff] [blame] | 5 | libgstfestival_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) |
Thomas Vander Stichele | 3e96851 | 2002-04-27 12:57:37 +0000 | [diff] [blame] | 6 | # we use net connection now... perhaps use the lib later |
| 7 | # libgstfestival_la_LIBADD = $(FESTIVAL_LIBS) |
Damien Lespiau | 1f25b18 | 2008-07-04 16:06:09 +0000 | [diff] [blame] | 8 | libgstfestival_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) \ |
Sreerenj Balachandran | 68fadbb | 2012-07-04 10:14:35 +0300 | [diff] [blame] | 9 | -lgstaudio-1.0 $(WINSOCK2_LIBS) |
Thomas Vander Stichele | 3e96851 | 2002-04-27 12:57:37 +0000 | [diff] [blame] | 10 | libgstfestival_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |
Sebastian Dröge | e51cd4f | 2012-10-24 12:16:39 +0200 | [diff] [blame] | 11 | libgstfestival_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) |
Thomas Vander Stichele | 3e96851 | 2002-04-27 12:57:37 +0000 | [diff] [blame] | 12 | |
Tim-Philipp Müller | 699452e | 2015-04-26 18:04:16 +0100 | [diff] [blame] | 13 | noinst_HEADERS = gstfestival.h |