summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-05-17 15:27:29 -0400
committerColin Walters <walters@verbum.org>2013-05-17 15:27:29 -0400
commitdaadc3cfc3e5f35e2b5f861317d23e3a4d7a2137 (patch)
treee34d7ffc4c3d2f537a1b4158eff3831e6df90ae6 /Makefile-libgsystem.am
parentbe1b3b9d3dbfacf15ede143de377452a92976468 (diff)
downloadlibgsystem-daadc3cfc3e5f35e2b5f861317d23e3a4d7a2137.tar.gz
Build with GLib 2.32 as well
Needed by NetworkManager.
Diffstat (limited to 'Makefile-libgsystem.am')
-rw-r--r--Makefile-libgsystem.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-libgsystem.am b/Makefile-libgsystem.am
index 9e027ae..0b3f3e1 100644
--- a/Makefile-libgsystem.am
+++ b/Makefile-libgsystem.am
@@ -35,6 +35,7 @@ libgsystem_la_SOURCES = \
$(libgsystem_srcpath)/gsystem-subprocess.c \
$(libgsystem_srcpath)/libgsystem.h \
$(NULL)
+
libgsystem_la_CFLAGS = $(AM_CFLAGS) $(libgsystem_cflags)
libgsystem_la_LDFLAGS = -avoid-version -Bsymbolic-functions -export-symbols-regex "^gs_" -no-undefined -export-dynamic
libgsystem_la_LIBADD = $(libgsystem_libs)