]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ext/lame/Makefile.am
uncomment lame test until we can get the register to work
[glsdk/gst-plugins-ugly0-10.git] / ext / lame / Makefile.am
1 plugindir = $(libdir)/gst
3 plugin_LTLIBRARIES = libgstlame.la
5 libgstlame_la_SOURCES = gstlame.c
6 libgstlame_la_CFLAGS = $(GST_CFLAGS)
7 libgstlame_la_LIBADD = $(GST_LIBS) $(LAME_LIBS)
8 libgstlame_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
10 noinst_HEADERS = gstlame.h
12 CFLAGS = $(GST_CFLAGS)
13 LIBS = $(GST_LIBS) $(LAME_LIBS)
15 ## testprogs = test-lame
16 ## TESTS = $(testprogs)
17 ## check_PROGRAMS = $(testprogs)
19 ## $(TESTS):
20 ##      @echo -e '\nrunning gst-register for tests...\n'
21 ##      $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
22