branch | trunk |
changeset 587 | 747b409e4f01 |
child 588 | 3219eb5401c0 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gmyth-stream/gmemcoder/src/Makefile.am Mon Apr 23 19:16:24 2007 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +bin_PROGRAMS = \ 1.5 + gmencoder 1.6 + 1.7 +gmencoder_SOURCES = \ 1.8 + main.c \ 1.9 + gmemcoder.c \ 1.10 + gmemcoder.h 1.11 + 1.12 +gmencoder_LDADD = \ 1.13 + $(GLIB_LIBS) \ 1.14 + $(GST_LIBS) 1.15 + 1.16 +AM_CPPFLAGS = \ 1.17 + $(GLIB_CFLAGS) \ 1.18 + $(GST_CFLAGS) 1.19 + 1.20 +CLEANFILES =