aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-03 12:14:07 -0500
committerTed Gould <ted@canonical.com>2009-04-03 12:14:07 -0500
commiteb5078b8f0a60ef5d213ce84b3f1e67f615bd87e (patch)
treef5da173cf1976ee0e766fa8466396ec34642f06b
parentbe4c00257d32c9d26407f10384ef78837b2c1fe0 (diff)
downloadlibayatana-indicator-eb5078b8f0a60ef5d213ce84b3f1e67f615bd87e.tar.gz
libayatana-indicator-eb5078b8f0a60ef5d213ce84b3f1e67f615bd87e.tar.bz2
libayatana-indicator-eb5078b8f0a60ef5d213ce84b3f1e67f615bd87e.zip
Getting rid of everything starting with 'd'. This gets rid of the dbus stuff that isn't set up to be static, which is silly.
-rw-r--r--libindicate/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am
index f48ad1f..e594649 100644
--- a/libindicate/Makefile.am
+++ b/libindicate/Makefile.am
@@ -48,7 +48,7 @@ libindicate_la_SOURCES = \
libindicate_la_LDFLAGS = \
-version-info $(LIBINDICATE_CURRENT):$(LIBINDICATE_REVISION):$(LIBINDICATE_AGE) \
-no-undefined \
- -export-symbols-regex "^[^_].*"
+ -export-symbols-regex "^[^_d].*"
libindicate_la_CFLAGS = \
$(LIBINDICATE_CFLAGS)