1 bin_PROGRAMS = \
2 gmencoder
3
4 gmencoder_SOURCES = \
5 main.c \
6 gmencoder.c \
7 gmencoder.h
8
9 gmencoder_LDADD = \
10 $(GLIB_LIBS) \
11 $(GST_LIBS) \
12 $(GVFS_LIBS) \
13 -lgstinterfaces-0.10
14
15 AM_CPPFLAGS = \
16 $(GLIB_CFLAGS) \
17 $(GST_CFLAGS) \
18 $(GVFS_CFLAGS)
19
20 CLEANFILES =