summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-07-15 11:06:57 -0400
committerColin Walters <walters@verbum.org>2012-07-15 11:06:57 -0400
commit46c57953e445bb4a261c4aee31b8d86252a39beb (patch)
treead80e585c7bc7dfe4dac3c32f19aabbfeb8d4867 /Makefile-libgsystem.am
parentc2b125a57ed98007ba353d3ca997763d32f73d94 (diff)
downloadlibgsystem-46c57953e445bb4a261c4aee31b8d86252a39beb.tar.gz
Rename from libgdaemon
Diffstat (limited to 'Makefile-libgsystem.am')
-rw-r--r--Makefile-libgsystem.am27
1 files changed, 27 insertions, 0 deletions
diff --git a/Makefile-libgsystem.am b/Makefile-libgsystem.am
new file mode 100644
index 0000000..31c53b9
--- /dev/null
+++ b/Makefile-libgsystem.am
@@ -0,0 +1,27 @@
+# Copyright (C) 2012 Colin Walters <walters@verbum.org>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
+noinst_LTLIBRARIES += libgsystem.la
+
+libgsystem_la_SOURCES = \
+ gsystem-local-alloc.h \
+ gsystem-local-alloc.c \
+ libgsystem.h \
+ $(NULL)
+
+libgsystem_la_CFLAGS = $(AM_CFLAGS) $(GIO_UNIX_CFLAGS)
+libgsystem_la_LIBADD = $(GIO_UNIX_LIBS)