gmyth-stream/gmencoder/tests/Makefile.am
author renatofilho
Fri Dec 21 14:07:54 2007 +0000 (2007-12-21)
branchtrunk
changeset 886 781db4177ba2
parent 615 4fda44a11929
permissions -rw-r--r--
[svn r892] create help function: gmyth_scheduler_add_schedule_program
     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 =