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
GNOME
Settings
Commits
49e81242
Commit
49e81242
authored
Oct 18, 2011
by
Bastien Nocera
Browse files
common: Update linkage rules for static libs
No point in limiting the exports symbols for a static library
parent
844dd9e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
panels/common/Makefile.am
View file @
49e81242
...
...
@@ -23,20 +23,18 @@ liblanguage_la_SOURCES = \
cc-language-chooser.h
liblanguage_la_LIBADD
=
\
$(PANEL_LIBS)
\
$(LIBLANGUAGE_LIBS)
liblanguage_la_LDFLAGS
=
$(PANEL_LDFLAGS)
liblanguage_la_LDFLAGS
=
-export_dynamic
-avoid-version
-module
-no-undefined
libshortcuts_la_SOURCES
=
\
eggaccelerators.h
\
eggaccelerators.c
libshortcuts_la_LIBADD
=
\
$(PANEL_LIBS)
\
$(LIBSHORTCUTS_LIBS)
libshortcuts_la_LDFLAGS
=
$(PANEL_LDFLAGS)
libshortcuts_la_LDFLAGS
=
-export_dynamic
-avoid-version
-module
-no-undefined
list_languages_SOURCES
=
list-languages.c
list_languages_LDADD
=
liblanguage.la
...
...
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