mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
putting it back
Original commit message from CVS: putting it back
This commit is contained in:
parent
e5ed718c7b
commit
19e0c96d97
4 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
SUBDIRS=gst-libs gst sys ext examples tools ## testsuite
|
||||
SUBDIRS=gst-libs gst sys ext examples tools testsuite
|
||||
|
||||
DIST_SUBDIRS=gst-libs gst sys ext examples tools ## testsuite
|
||||
DIST_SUBDIRS=gst-libs gst sys ext examples tools testsuite
|
||||
|
||||
EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README RELEASE ChangeLog autogen.sh
|
||||
|
|
|
@ -10,6 +10,8 @@ AM_DISABLE_STATIC
|
|||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
dnl We disable static building for development, for time savings
|
||||
AM_DISABLE_STATIC
|
||||
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
|
||||
|
||||
dnl FIXME take something else ?
|
||||
|
@ -797,6 +799,7 @@ gst-libs/gst/riff/Makefile
|
|||
examples/capsfilter/Makefile
|
||||
examples/Makefile
|
||||
tools/Makefile
|
||||
testsuite/autoplug/Makefile
|
||||
testsuite/Makefile
|
||||
)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=
|
||||
SUBDIRS=autoplug
|
||||
DIST_SUBDIRS=autoplug
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=
|
||||
SUBDIRS=autoplug
|
||||
DIST_SUBDIRS=autoplug
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
|
Loading…
Reference in a new issue