mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
42fe73f4f7
Original commit message from CVS: removing snapshot from the build because we need to fix it adding gconf schema to build and spec
11 lines
281 B
Makefile
11 lines
281 B
Makefile
if HAVE_GCONF
|
|
GCONF_DIR=gconf
|
|
else
|
|
GCONF_DIR=
|
|
endif
|
|
|
|
SUBDIRS=gst-libs gst sys ext examples tools $(GCONF_DIR) ## testsuite
|
|
|
|
DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf ## testsuite
|
|
|
|
EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README RELEASE ChangeLog autogen.sh
|