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)
|
||||
|
||||
# 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
|
||||
|
@ -33,10 +33,11 @@ EXTRA_DIST = gstreamer.spec.in \
|
|||
gstreamer.pc.in gstreamer-uninstalled.pc.in \
|
||||
configure.ac autogen.sh depcomp \
|
||||
LICENSE REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING \
|
||||
idiottest.mak
|
||||
idiottest.mak common
|
||||
|
||||
dist-hook:
|
||||
cp gstreamer.spec $(distdir)
|
||||
rm -rf `find $(distdir)/common -name CVS`
|
||||
|
||||
rpm: dist
|
||||
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
|
||||
AC_OUTPUT(
|
||||
Makefile
|
||||
common/Makefile
|
||||
common/m4/Makefile
|
||||
include/Makefile
|
||||
gst/Makefile
|
||||
gst/gstversion.h
|
||||
|
|
Loading…
Reference in a new issue