gmyth-stream/gmencoder/tests/Makefile.am
author renatofilho
Mon Oct 08 19:23:42 2007 +0100 (2007-10-08)
branchtrunk
changeset 859 ae56c46c7b71
parent 615 4fda44a11929
permissions -rw-r--r--
[svn r865] patch by Tim-Philipp M?ller, release gmyth contex if connection error
     1 bin_PROGRAMS = \
     2 	gnl-test
     3 
     4 gnl_test_SOURCES = \
     5 	main.c 
     6 	
     7 gnl_test_LDADD = \
     8 	$(GLIB_LIBS) \
     9 	$(GST_LIBS)
    10 
    11 AM_CPPFLAGS = \
    12 	$(GLIB_CFLAGS) \
    13 	$(GST_CFLAGS)
    14 
    15 CLEANFILES =