summaryrefslogtreecommitdiff
path: root/support/ChangeLog
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-04-12 21:07:55 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-04-12 21:07:55 +0000
commit41085eb1a0a8772f982d2fb9f2adcf75baec8d13 (patch)
tree95e748f18b65118d88ff6c3a0f9e1f81af1ae157 /support/ChangeLog
parenta7770e415ad2ae3028d31afd6956e360f2b10c58 (diff)
downloadshared-mime-info-41085eb1a0a8772f982d2fb9f2adcf75baec8d13.tar.gz
Is now $(pkglibdir)/include. `gnomesupport.h' is a generated file
* Makefile.am (supportincludedir): Is now $(pkglibdir)/include. `gnomesupport.h' is a generated file dependent on the configure process. So, this seems a good place. The rest of the headers are also here just because I'm too lazy to maintain two separate include directories to search in for `libgnomesupport' stuff ;-) (supportinclude_DATA): New var. Has `gnomesupport.h'. (BUILT_SOURCES): Generate `gnomesupport.h'. * gnomesupport-h.c: New file. Used to generate `gnomesupport.h', which contains prototypes for many of the functions in `libgnomesupport'. This method is used to ensure that prototypes appear only for those functions that are provided by `libgnomesupport'. * scandir.c (alphasort): New utility function. svn path=/trunk/; revision=190
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index e6b45b9c..31750031 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,21 @@
+1998-04-12 Raja R Harinath <harinath@cs.umn.edu>
+
+ * Makefile.am (supportincludedir): Is now $(pkglibdir)/include.
+ `gnomesupport.h' is a generated file dependent on the configure
+ process. So, this seems a good place. The rest of the headers
+ are also here just because I'm too lazy to maintain two separate
+ include directories to search in for `libgnomesupport' stuff ;-)
+ (supportinclude_DATA): New var. Has `gnomesupport.h'.
+ (BUILT_SOURCES): Generate `gnomesupport.h'.
+
+ * gnomesupport-h.c: New file. Used to generate `gnomesupport.h',
+ which contains prototypes for many of the functions in
+ `libgnomesupport'. This method is used to ensure that prototypes
+ appear only for those functions that are provided by
+ `libgnomesupport'.
+
+ * scandir.c (alphasort): New utility function.
+
1998-04-08 Raja R Harinath <harinath@cs.umn.edu>
* scandir.c: Import from GNU libc.