diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-02-22 17:23:52 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-02-23 13:19:50 +0000 |
commit | 8e08f6be684318df9160a71afc92165b6ac943fd (patch) | |
tree | 4b69df362d902bac8c13659e801fcd3ace398c59 | |
parent | ab02950dcba1060ebcd72eb003b122a24cab05db (diff) |
Use shave for the build output
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | docs/libs/Makefile.am | 4 | ||||
-rw-r--r-- | docs/plugins/Makefile.am | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 2ab4fa993..4c9c35871 100644 --- a/configure.ac +++ b/configure.ac @@ -697,10 +697,14 @@ dnl whatevertarget_LIBS and -L flags here affect the rest of the linking GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS" AC_SUBST(GST_PLUGIN_LDFLAGS) +SHAVE_INIT([common]) + dnl *** output files *** AC_CONFIG_FILES( Makefile +common/shave +common/shave-libtool gst-plugins-base.spec gst/Makefile gst/adder/Makefile diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index a8ccdca77..a9ac93a2e 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -94,8 +94,8 @@ extra_files = GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) 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. diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index f2e6272c0..1f056e213 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -137,8 +137,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. |