Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
929beb1a
Commit
929beb1a
authored
Feb 22, 2009
by
Jan Schmidt
Browse files
Use shave for the build output
parent
5da35b1e
Changes
2
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
929beb1a
...
@@ -1049,11 +1049,14 @@ dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
...
@@ -1049,11 +1049,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"
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
AC_SUBST(GST_PLUGIN_LDFLAGS)
AC_SUBST(GST_PLUGIN_LDFLAGS)
SHAVE_INIT([common])
dnl *** output files ***
dnl *** output files ***
dnl keep this alphabetic per directory, please
dnl keep this alphabetic per directory, please
AC_CONFIG_FILES(
AC_CONFIG_FILES(
Makefile
Makefile
common/shave
common/shave-libtool
gst/Makefile
gst/Makefile
gst/alpha/Makefile
gst/alpha/Makefile
gst/apetag/Makefile
gst/apetag/Makefile
...
...
docs/plugins/Makefile.am
View file @
929beb1a
...
@@ -216,8 +216,8 @@ extra_files =
...
@@ -216,8 +216,8 @@ extra_files =
GTKDOC_CFLAGS
=
$(GST_BASE_CFLAGS)
-I
$(top_builddir)
GTKDOC_CFLAGS
=
$(GST_BASE_CFLAGS)
-I
$(top_builddir)
GTKDOC_LIBS
=
$(SCANOBJ_DEPS)
$(GST_BASE_LIBS)
GTKDOC_LIBS
=
$(SCANOBJ_DEPS)
$(GST_BASE_LIBS)
GTKDOC_CC
=
$(LIBTOOL)
--mode
=
compile
$(CC)
GTKDOC_CC
=
$(LIBTOOL)
--tag
=
CC
--mode
=
compile
$(CC)
GTKDOC_LD
=
$(LIBTOOL)
--mode
=
link
$(CC)
GTKDOC_LD
=
$(LIBTOOL)
--tag
=
CC
--mode
=
link
$(CC)
# If you need to override some of the declarations, place them in this file
# If you need to override some of the declarations, place them in this file
# and uncomment this line.
# and uncomment this line.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment