1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/gmyth-stream/gmencoder/src/Makefile.am Fri Feb 29 19:03:41 2008 +0000
1.3 @@ -0,0 +1,20 @@
1.4 +bin_PROGRAMS = \
1.5 + gmencoder
1.6 +
1.7 +gmencoder_SOURCES = \
1.8 + main.c \
1.9 + gmencoder.c \
1.10 + gmencoder.h
1.11 +
1.12 +gmencoder_LDADD = \
1.13 + $(GLIB_LIBS) \
1.14 + $(GST_LIBS) \
1.15 + $(GVFS_LIBS) \
1.16 + -lgstinterfaces-0.10
1.17 +
1.18 +AM_CPPFLAGS = \
1.19 + $(GLIB_CFLAGS) \
1.20 + $(GST_CFLAGS) \
1.21 + $(GVFS_CFLAGS)
1.22 +
1.23 +CLEANFILES =