author | melunko |
Tue Sep 18 13:45:36 2007 +0100 (2007-09-18) | |
branch | trunk |
changeset 847 | 3c18c36245e7 |
parent 615 | gmyth-stream/gmemcoder/tests/Makefile.am@4fda44a11929 |
permissions | -rw-r--r-- |
renatofilho@615 | 1 |
bin_PROGRAMS = \ |
renatofilho@615 | 2 |
gnl-test |
renatofilho@615 | 3 |
|
renatofilho@615 | 4 |
gnl_test_SOURCES = \ |
renatofilho@615 | 5 |
main.c |
renatofilho@615 | 6 |
|
renatofilho@615 | 7 |
gnl_test_LDADD = \ |
renatofilho@615 | 8 |
$(GLIB_LIBS) \ |
renatofilho@615 | 9 |
$(GST_LIBS) |
renatofilho@615 | 10 |
|
renatofilho@615 | 11 |
AM_CPPFLAGS = \ |
renatofilho@615 | 12 |
$(GLIB_CFLAGS) \ |
renatofilho@615 | 13 |
$(GST_CFLAGS) |
renatofilho@615 | 14 |
|
renatofilho@615 | 15 |
CLEANFILES = |