diff options
author | Ted Gould <ted@canonical.com> | 2009-04-03 12:14:07 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-03 12:14:07 -0500 |
commit | eb5078b8f0a60ef5d213ce84b3f1e67f615bd87e (patch) | |
tree | f5da173cf1976ee0e766fa8466396ec34642f06b /libindicate | |
parent | be4c00257d32c9d26407f10384ef78837b2c1fe0 (diff) | |
download | libayatana-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.
Diffstat (limited to 'libindicate')
-rw-r--r-- | libindicate/Makefile.am | 2 |
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) |