summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-08-06 01:09:08 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-08-06 01:09:08 +0000
commit17a7fd3db39384d3ecc60286a3a4f5f30f2df908 (patch)
treeae40c2df4694b37f0345b3b00d608da09fa37c69
parent5b23f31274db3148e10630b0ffac51c442845171 (diff)
downloadgnome-common-17a7fd3db39384d3ecc60286a3a4f5f30f2df908.tar.gz
Add `gnomesupport-fake.h'.
* Makefile.am (noinst_HEADERS): Add `gnomesupport-fake.h'. svn path=/trunk/; revision=325
-rw-r--r--support/ChangeLog4
-rw-r--r--support/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index f1ddcce..aba1203 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+1998-08-05 Raja R Harinath <harinath@cs.umn.edu>
+
+ * Makefile.am (noinst_HEADERS): Add `gnomesupport-fake.h'.
+
1998-08-02 Raja R Harinath <harinath@cs.umn.edu>
* error.c (program_name): Clean up #ifdef logic some more.
diff --git a/support/Makefile.am b/support/Makefile.am
index 1c78250..1c4e8a0 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -15,7 +15,7 @@ supportinclude_DATA = gnomesupport.h
# These are internal headers: they are used only when compiling and
# should not be installed
-noinst_HEADERS = argp-fmtstream.h argp-namefrob.h
+noinst_HEADERS = argp-fmtstream.h argp-namefrob.h gnomesupport-fake.h
libgnomesupport_la_SOURCES = long-options.c gnome-argp.c
libgnomesupport_la_LIBADD = @LTLIBOBJS@