diff options
Diffstat (limited to 'examples/indexing/Makefile.am')
-rw-r--r-- | examples/indexing/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/indexing/Makefile.am b/examples/indexing/Makefile.am new file mode 100644 index 00000000..800135f1 --- /dev/null +++ b/examples/indexing/Makefile.am @@ -0,0 +1,7 @@ +examples = indexmpeg + +noinst_PROGRAMS = $(examples) + +# we have nothing but apps here, we can do this safely +LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS) +AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) |