summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-02-15 14:11:58 -0500
committerColin Walters <walters@verbum.org>2015-02-15 14:11:58 -0500
commit16862cc4d4e38493705386cf26e2eb46063809ea (patch)
tree77212c71f5ff0510dc5125eeea310f0b99901087 /Makefile-libgsystem.am
parent6f5b70922ee1f329c24b8a74f61be4f4c0c946ef (diff)
downloadlibgsystem-16862cc4d4e38493705386cf26e2eb46063809ea.tar.gz
Start using libglnx
We can pull in libglnx here, and have this module become a GFile * wrapper plus legacy code.
Diffstat (limited to 'Makefile-libgsystem.am')
-rw-r--r--Makefile-libgsystem.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile-libgsystem.am b/Makefile-libgsystem.am
index 676a230..9ee5fcd 100644
--- a/Makefile-libgsystem.am
+++ b/Makefile-libgsystem.am
@@ -43,9 +43,9 @@ libgsystem_la_SOURCES = \
src/gsystem-subprocess.c \
$(NULL)
-libgsystem_la_CFLAGS = $(AM_CFLAGS) $(BUILDDEP_GIO_UNIX_CFLAGS) $(BUILDDEP_SYSTEMD_JOURNAL_CFLAGS) -I$(srcdir)/src -DGSYSTEM_CONFIG_XATTRS
+libgsystem_la_CFLAGS = $(AM_CFLAGS) $(BUILDDEP_GIO_UNIX_CFLAGS) $(BUILDDEP_SYSTEMD_JOURNAL_CFLAGS) -I$(srcdir)/src -I$(srcdir)/libglnx -DGSYSTEM_CONFIG_XATTRS
libgsystem_la_LDFLAGS = -version-info 0:0:0 -Bsymbolic-functions -export-symbols-regex "^gs_" -no-undefined -export-dynamic
-libgsystem_la_LIBADD = $(BUILDDEP_GIO_UNIX_LIBS) $(BUILDDEP_SYSTEMD_JOURNAL_LIBS)
+libgsystem_la_LIBADD = $(BUILDDEP_GIO_UNIX_LIBS) $(BUILDDEP_SYSTEMD_JOURNAL_LIBS) libglnx.la
pkgconfig_DATA += src/libgsystem.pc