author | melunko |
Mon Apr 23 19:16:24 2007 +0100 (2007-04-23) | |
branch | trunk |
changeset 587 | 747b409e4f01 |
child 588 | 3219eb5401c0 |
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@586 | 6 |
gmemcoder.c \ |
renatofilho@586 | 7 |
gmemcoder.h |
renatofilho@586 | 8 |
|
renatofilho@586 | 9 |
gmencoder_LDADD = \ |
renatofilho@586 | 10 |
$(GLIB_LIBS) \ |
renatofilho@586 | 11 |
$(GST_LIBS) |
renatofilho@586 | 12 |
|
renatofilho@586 | 13 |
AM_CPPFLAGS = \ |
renatofilho@586 | 14 |
$(GLIB_CFLAGS) \ |
renatofilho@586 | 15 |
$(GST_CFLAGS) |
renatofilho@586 | 16 |
|
renatofilho@586 | 17 |
CLEANFILES = |