gmyth-stream/gmemcoder/tests/Makefile.am
author melunko
Tue Aug 21 16:02:24 2007 +0100 (2007-08-21)
branchtrunk
changeset 814 8a6b143057d7
permissions -rw-r--r--
[svn r820] Added gmyth_scheduler_add_exception() function to remove only one schedule when all occurrences options has been used.
     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 =