projects
/
platform
/
upstream
/
libgsignon-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00a0bf
)
Only export symbols starting with "signon_"
author
Alberto Mardegan
<alberto.mardegan@nokia.com>
Thu, 7 Oct 2010 07:05:16 +0000
(10:05 +0300)
committer
Alberto Mardegan
<alberto.mardegan@nokia.com>
Thu, 7 Oct 2010 07:05:16 +0000
(10:05 +0300)
libsignon-glib/Makefile.am
patch
|
blob
|
history
diff --git
a/libsignon-glib/Makefile.am
b/libsignon-glib/Makefile.am
index 433d2b12f99d2eb17a38116e4be86de30c2175fb..6b2538273234ab2ef3c8ac980989f8d274ed9a3e 100644
(file)
--- a/
libsignon-glib/Makefile.am
+++ b/
libsignon-glib/Makefile.am
@@
-5,7
+5,9
@@
lib_LTLIBRARIES = \
libsignon_glib_la_CFLAGS = $(DEPS_CFLAGS) -Wall -Werror
libsignon_glib_la_LIBADD = $(DEPS_LIBS)
-libsignon_glib_la_LDFLAGS = -version-info 1:0:0
+libsignon_glib_la_LDFLAGS = \
+ -version-info 1:0:0 \
+ -export-symbols-regex '^signon_'
BUILT_SOURCES = \
signon-marshal.c \