mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST
Original commit message from CVS: added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST
This commit is contained in:
parent
86b0fc6cf3
commit
75d3b2f90b
2 changed files with 3 additions and 1 deletions
2
gst/.gitignore
vendored
2
gst/.gitignore
vendored
|
@ -6,3 +6,5 @@ Makefile.in
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
gstversion.h
|
gstversion.h
|
||||||
|
gstmarshal.c
|
||||||
|
gstmarshal.h
|
||||||
|
|
|
@ -184,4 +184,4 @@ CFLAGS = $(LIBGST_CFLAGS) -D_GNU_SOURCE
|
||||||
LIBS = $(LIBGST_LIBS)
|
LIBS = $(LIBGST_LIBS)
|
||||||
libgst_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
libgst_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||||
|
|
||||||
EXTRA_DIST = ROADMAP
|
EXTRA_DIST = ROADMAP gstmarshal.list
|
||||||
|
|
Loading…
Reference in a new issue