diff options
author | Ryan Lortie <desrt@desrt.ca> | 2013-01-13 23:12:23 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2013-01-17 10:49:37 -0500 |
commit | 304950a7ac9866dca990dcabb02ec5297c735ce8 (patch) | |
tree | 3a8f5c5aaa22b9328f7bc3f1916367b4217a76ab /gmodule | |
parent | d89fb7bf10bc1f9de10a275625d4c18a1d4ff89d (diff) |
Remove regexp-based export control
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index 92b844a41..562a81f2f 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -68,7 +68,7 @@ libgmodule_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \ $(gmodule_win32_res_ldflag) \ $(G_MODULE_LDFLAGS) \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -export-dynamic $(no_undefined) $(export_symbols) + -export-dynamic $(no_undefined) libgmodule_2_0_la_LIBADD = $(G_MODULE_LIBS_EXTRA) $(G_MODULE_LIBS) $(libglib) |