mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Updated makefile too..
Original commit message from CVS: Updated makefile too..
This commit is contained in:
parent
eb5536af92
commit
d19cc5f7a0
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue