summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-01-20 13:39:54 -0500
committerPaul Smith <psmith@gnu.org>2013-01-20 13:39:54 -0500
commitac1c6b404adb22928799875f957d18cf83284962 (patch)
treeeb04c9b23d07a1a4def6bc77f5cace5dc73d5b46 /ChangeLog
parent51fb930ef2ec8c479fb113ae6b3d5549a0bab892 (diff)
downloadgunmake-ac1c6b404adb22928799875f957d18cf83284962.tar.gz
Create externally referencable header file "gnumake.h".
Move the gmk_floc type to gnumake.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d75dc5..a2d2796 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-01-20 Paul Smith <psmith@gnu.org>
+ * gnumake.h: New file to contain externally-visible content.
+ * makeint.h: Include gnumake.h. Move gmk_floc type to gnumake.h.
+ * Makefile.am (include_HEADERS): Install the gnumake.h header.
+
* makeint.h: Change struct floc to gmk_floc typedef.
* Many: Use the new typedef.