summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-05-20 16:22:14 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-05-20 16:22:14 +0000
commit06f180c3a7b352057b99bb3ed20c051d51cd4f63 (patch)
tree9969c208b75f755faf09b4c9d1f4c34d15974d59
parentd021d41ec46aeadfac49937b8a1f56076f75dfa8 (diff)
downloadgnome-common-06f180c3a7b352057b99bb3ed20c051d51cd4f63.tar.gz
Define _GNU_SOURCE.
* Makefile.am (INCLUDES): Define _GNU_SOURCE. svn path=/trunk/; revision=216
-rw-r--r--support/ChangeLog4
-rw-r--r--support/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index e433e09..47061fe 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+1998-05-20 Raja R Harinath <harinath@cs.umn.edu>
+
+ * Makefile.am (INCLUDES): Define _GNU_SOURCE.
+
1998-05-19 Raja R Harinath <harinath@cs.umn.edu>
* gnomesupport-h.c (strerror): Emit declaration.
diff --git a/support/Makefile.am b/support/Makefile.am
index 7dfc945..78639bc 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -3,6 +3,7 @@
supportincludedir = $(pkglibdir)/include
if BUILD_GNOME_SUPPORT
+INCLUDES = -D_GNU_SOURCE
lib_LTLIBRARIES = libgnomesupport.la