diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2011-08-09 16:40:07 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-08-09 16:40:07 +0200 |
commit | 73dcb421400dea88563beaf14391049d8adf64c0 (patch) | |
tree | d59bd6683b9b44ea45bf1a406f68b1fd75cc1d05 /liblightdm-gobject/Makefile.am | |
parent | 387de2cae225de71309f43d25e418f8eeb8eac12 (diff) | |
download | lightdm-73dcb421400dea88563beaf14391049d8adf64c0.tar.gz |
Only export the lightdm namespaced symbols in the gobject librarylightdm-0.9.3
Diffstat (limited to 'liblightdm-gobject/Makefile.am')
-rw-r--r-- | liblightdm-gobject/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liblightdm-gobject/Makefile.am b/liblightdm-gobject/Makefile.am index ed25e59f..174c30ee 100644 --- a/liblightdm-gobject/Makefile.am +++ b/liblightdm-gobject/Makefile.am @@ -2,6 +2,7 @@ lib_LTLIBRARIES = liblightdm-gobject-1.la CLEANFILES = +liblightdm_gobject_1_la_LDFLAGS = -export-symbols-regex \^lightdm_.* liblightdm_gobject_1_la_LIBADD = $(LIBLIGHTDM_GOBJECT_LIBS) liblightdm_gobject_1_la_CFLAGS = $(LIBLIGHTDM_GOBJECT_CFLAGS) \ $(WARN_CFLAGS) \ |