[farsight2/master] Add the new fs-private.h header to the Makefile.am
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:20:47 PST 2008
---
gst-libs/gst/farsight/Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/gst-libs/gst/farsight/Makefile.am b/gst-libs/gst/farsight/Makefile.am
index 914f9f1..077985d 100644
--- a/gst-libs/gst/farsight/Makefile.am
+++ b/gst-libs/gst/farsight/Makefile.am
@@ -38,6 +38,10 @@ libgstfarsight_ at GST_MAJORMINOR@_la_SOURCES = \
fs-enum-types.c \
fs-utils.c
+noinst_HEADERS = \
+ fs-marshal.h \
+ fs-private.h
+
EXTRA_libgstfarsight_ at GST_MAJORMINOR@_la_SOURCES = fs-marshal.list
fs-marshal.h: Makefile fs-marshal.list
@@ -54,7 +58,6 @@ libgstfarsight_ at GST_MAJORMINOR@_la_CFLAGS = $(FS2_INTERNAL_CFLAGS) $(FS2_CFLAGS)
libgstfarsight_ at GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
libgstfarsight_ at GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
-noinst_HEADERS = fs-marshal.h
public_headers = fs-candidate.h \
fs-codec.h \
--
1.5.6.5
More information about the farsight-commits
mailing list