Updated makefile too..
authorWim Taymans <wim.taymans@gmail.com>
Mon, 14 Apr 2003 18:53:40 +0000 (18:53 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 14 Apr 2003 18:53:40 +0000 (18:53 +0000)
Original commit message from CVS:
Updated makefile too..

gst/Makefile.am

index e6e7e0e..24da79a 100644 (file)
@@ -103,6 +103,7 @@ libgstreamer_@GST_MAJORMINOR@_la_SOURCES =          \
        gstelement.c            \
        gstelementfactory.c     \
        gstevent.c              \
+       gstfilter.c             \
        gstformat.c             \
        $(GST_INDEX_SRC)        \
        gstinfo.c               \
@@ -143,7 +144,6 @@ libgstreamer_@GST_MAJORMINOR@_la_LIBADD = $(LIBGST_LIBS) $(GST_PARSE_LIBADD) $(G
 libgstreamer_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LT_LDFLAGS@ -version-info @GST_LIBVERSION@ 
 
 
-
 libgstreamer_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst
 
 gst_headers =                  \
@@ -163,6 +163,7 @@ gst_headers =                       \
        gstdata.h               \
        gstelement.h            \
        gstevent.h              \
+       gstfilter.h             \
        gstformat.h             \
        gstindex.h              \
        gstinfo.h               \