author | renatofilho |
Mon Nov 19 17:57:40 2007 +0000 (2007-11-19) | |
branch | trunk |
changeset 881 | c5a9d9583e64 |
parent 789 | f9cd59844f78 |
permissions | -rw-r--r-- |
renatofilho@586 | 1 |
bin_PROGRAMS = \ |
renatofilho@586 | 2 |
gmencoder |
renatofilho@586 | 3 |
|
renatofilho@586 | 4 |
gmencoder_SOURCES = \ |
renatofilho@586 | 5 |
main.c \ |
renatofilho@588 | 6 |
gmencoder.c \ |
renatofilho@588 | 7 |
gmencoder.h |
renatofilho@586 | 8 |
|
renatofilho@586 | 9 |
gmencoder_LDADD = \ |
renatofilho@586 | 10 |
$(GLIB_LIBS) \ |
renatofilho@786 | 11 |
$(GST_LIBS) \ |
renatofilho@789 | 12 |
$(GVFS_LIBS) \ |
renatofilho@789 | 13 |
-lgstinterfaces-0.10 |
renatofilho@586 | 14 |
|
renatofilho@586 | 15 |
AM_CPPFLAGS = \ |
renatofilho@586 | 16 |
$(GLIB_CFLAGS) \ |
renatofilho@786 | 17 |
$(GST_CFLAGS) \ |
renatofilho@786 | 18 |
$(GVFS_CFLAGS) |
renatofilho@586 | 19 |
|
renatofilho@586 | 20 |
CLEANFILES = |