summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-23 17:47:39 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-23 17:47:39 +0000
commit447ef8971aba130e826df64f0084798cbbd5fa6e (patch)
treed655a847fba1bc19d8e0af01a203e45e5260cfe4
parent10609ffc851e8d5db19c256c1262402336bd9d23 (diff)
downloadgnome-common-GNOME_0_27_PATCHES.tar.gz
Copied some stuff here that was already fixed in CVS.GNOME_0_27_PATCHES
svn path=/branches/GNOME_0_27_PATCHES/; revision=345
-rw-r--r--support/ChangeLog21
-rw-r--r--support/Makefile.am15
2 files changed, 34 insertions, 2 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index aba1203..1ce3476 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,24 @@
+1998-08-18 Martin Baulig <martin@home-of-linux.org>
+
+ * Makefile.am: Added explicit dependency `error.c: gnomesupport.h'.
+
+ * gnomesupport-fake.h: Include `sys/types.h' to get `size_t' under
+ FreeBSD.
+
+ * gnomesupport-fake.h: Include `gnomesupport.h' only if we really
+ `NEED_GNOMESUPPORT_H'.
+
+1998-08-16 Martin Baulig <martin@home-of-linux.org>
+
+ * Makefile.am (EXTRA_DIST): Added all source and header files that
+ are in CVS to make sure everything is included in the distribution
+ no matter which files are used on the build system.
+
+1998-08-15 Raja R Harinath <harinath@cs.umn.edu>
+
+ * Makefile.am (libgnomesupport_la_SOURCES): List `gnomesupport.h'
+ here in the hope that it'll 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 1c4e8a0..6e0ae3a 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -17,16 +17,27 @@ 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
BUILT_SOURCES = gnomesupport.h
+error.c: gnomesupport.h
+
gnomesupport.h: gnomesupport.awk $(top_builddir)/config.h
$(AWK) -f $(srcdir)/gnomesupport.awk < $(top_builddir)/config.h > gsh-t
mv gsh-t gnomesupport.h
endif
-EXTRA_DIST = argp-test.c argp.texi gnomesupport.awk
+EXTRA_DIST = argp-test.c argp.texi gnomesupport.awk README-gnome \
+ argp-ba.c argp-eexst.c argp-fmtstream.c argp-fmtstream.h \
+ argp-fs-xinl.c argp-help.c argp-namefrob.h argp-parse.c \
+ argp-pv.c argp-pvh.c argp-test.c argp-xinl.c argp.h \
+ easy-vsnprintf.c getopt.c getopt.h getopt1.c gnome-argp.c \
+ gnome-argp.h long-options.c long-options.h memmove.c mkstemp.c \
+ scandir.c strcasecmp.c strerror.c strndup.c strnlen.c strtod.c \
+ strtok_r.c strtol.c strtoul.c vasprintf.c vsnprintf.c error.h \
+ gnomesupport-fake.h error.c