summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-08-15 20:14:18 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-08-15 20:14:18 +0000
commit3959ae44a33f6e3bb48f09fe8de0339cacf9ceff (patch)
tree1aa123ba9e4a1bc6496836e7f628f3e7f82af86b
parented2d2ef140fe0ee833b57746b912e53669fd289d (diff)
downloadshared-mime-info-3959ae44a33f6e3bb48f09fe8de0339cacf9ceff.tar.gz
List `gnomesupport.h' here to ensure that it is built.
* Makefile.am (libgnomesupport_la_SOURCES): List `gnomesupport.h' here to ensure that it is built. This should explain why `gnomesupport.h' isn't being built for all those people building out of the tarballs. svn path=/trunk/; revision=330
-rw-r--r--support/ChangeLog5
-rw-r--r--support/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index aba12030..16845cd8 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+1998-08-15 Raja R Harinath <harinath@cs.umn.edu>
+
+ * Makefile.am (libgnomesupport_la_SOURCES): List `gnomesupport.h'
+ here to ensure that it is built.
+
1998-08-05 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (noinst_HEADERS): Add `gnomesupport-fake.h'.
diff --git a/support/Makefile.am b/support/Makefile.am
index 1c4e8a04..fee1b59d 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -17,7 +17,8 @@ supportinclude_DATA = gnomesupport.h
# should not be installed
noinst_HEADERS = argp-fmtstream.h argp-namefrob.h gnomesupport-fake.h
-libgnomesupport_la_SOURCES = long-options.c gnome-argp.c
+# gnomesupport.h is listed here to ensure that it is built
+libgnomesupport_la_SOURCES = gnomesupport.h long-options.c gnome-argp.c
libgnomesupport_la_LIBADD = @LTLIBOBJS@
libgnomesupport_la_LDFLAGS = -version-info 0:0:0