diff options
Diffstat (limited to 'examples/stats/Makefile.am')
-rw-r--r-- | examples/stats/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/stats/Makefile.am b/examples/stats/Makefile.am new file mode 100644 index 00000000..0f7d81cf --- /dev/null +++ b/examples/stats/Makefile.am @@ -0,0 +1,6 @@ +noinst_PROGRAMS = mp2ogg + +LDADD = $(GST_LIBS) +AM_CFLAGS = $(GST_CFLAGS) + + |