Use shave for the build

This commit is contained in:
Jan Schmidt 2009-02-22 20:04:07 +00:00
parent 87494eb949
commit 51b5bc131b
2 changed files with 8 additions and 4 deletions

View file

@ -351,8 +351,14 @@ if test x$HAVE_FFMPEG_UNINSTALLED = x1; then
fi
AM_CONDITIONAL(HAVE_FFMPEG_UNINSTALLED, test x$HAVE_FFMPEG_UNINSTALLED = x1)
SHAVE_INIT([common])
AC_CONFIG_FILES(
Makefile
common/Makefile
common/m4/Makefile
common/shave
common/shave-libtool
gst-ffmpeg.spec
ext/Makefile
ext/ffmpeg/Makefile
@ -362,8 +368,6 @@ gst-libs/Makefile
gst-libs/ext/Makefile
docs/Makefile
docs/version.entities
common/Makefile
common/m4/Makefile
tests/Makefile
tests/check/Makefile
)

View file

@ -89,8 +89,8 @@ extra_files =
GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) -I$(top_builddir)/gst-libs
GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS)
GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
# If you need to override some of the declarations, place them in this file
# and uncomment this line.