From: Wim Taymans Date: Sun, 27 May 2001 23:12:57 +0000 (+0000) Subject: Added the headers X-Git-Tag: BRANCH-GOBJECT1-ROOT~106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c50c190b17db9d07ebdad680f40303d16b0a0b4c;p=platform%2Fupstream%2Fgstreamer.git Added the headers Original commit message from CVS: Added the headers --- diff --git a/examples/mixer/Makefile.am b/examples/mixer/Makefile.am index 9c5573b..d15b425 100644 --- a/examples/mixer/Makefile.am +++ b/examples/mixer/Makefile.am @@ -1,4 +1,5 @@ noinst_PROGRAMS = mixer +noinst_HEADERS = mixer.h LIBS += $(GST_LIBS) CFLAGS += $(GST_CFLAGS) diff --git a/tests/old/examples/mixer/Makefile.am b/tests/old/examples/mixer/Makefile.am index 9c5573b..d15b425 100644 --- a/tests/old/examples/mixer/Makefile.am +++ b/tests/old/examples/mixer/Makefile.am @@ -1,4 +1,5 @@ noinst_PROGRAMS = mixer +noinst_HEADERS = mixer.h LIBS += $(GST_LIBS) CFLAGS += $(GST_CFLAGS)