mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
add common to the dist without using makefiles
Original commit message from CVS: add common to the dist without using makefiles
This commit is contained in:
parent
6b8e279df3
commit
12c595ccbc
3 changed files with 4 additions and 5 deletions
|
@ -23,7 +23,7 @@ SUBDIRS = include gst libs tools \
|
||||||
$(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
|
$(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
|
||||||
|
|
||||||
# These are all the possible subdirs
|
# These are all the possible subdirs
|
||||||
DIST_SUBDIRS = common include libs gst tools tests testsuite examples docs
|
DIST_SUBDIRS = include libs gst tools tests testsuite examples docs
|
||||||
|
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
@ -33,10 +33,11 @@ EXTRA_DIST = gstreamer.spec.in \
|
||||||
gstreamer.pc.in gstreamer-uninstalled.pc.in \
|
gstreamer.pc.in gstreamer-uninstalled.pc.in \
|
||||||
configure.ac autogen.sh depcomp \
|
configure.ac autogen.sh depcomp \
|
||||||
LICENSE REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING \
|
LICENSE REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING \
|
||||||
idiottest.mak
|
idiottest.mak common
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
cp gstreamer.spec $(distdir)
|
cp gstreamer.spec $(distdir)
|
||||||
|
rm -rf `find $(distdir)/common -name CVS`
|
||||||
|
|
||||||
rpm: dist
|
rpm: dist
|
||||||
rpm -ta $(distdir).tar.gz
|
rpm -ta $(distdir).tar.gz
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 69cfea918b2840b5076e60becdb39b96a8ca5ef5
|
Subproject commit 3ce22b87b251e36d30660b72b8020011246b0c64
|
|
@ -407,8 +407,6 @@ dnl #########################
|
||||||
dnl libs/ext/Makefile
|
dnl libs/ext/Makefile
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
common/Makefile
|
|
||||||
common/m4/Makefile
|
|
||||||
include/Makefile
|
include/Makefile
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/gstversion.h
|
gst/gstversion.h
|
||||||
|
|
Loading…
Reference in a new issue