summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>1998-12-16 15:49:42 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>1998-12-16 15:49:42 +0000
commit6b199b8ba4164761d8469800a79cc56273f6e463 (patch)
tree02fe75d547acd9c066c055f4ec2f13e0cc730849
parentea003efebd2962ccda1e362f60d445aa5352726a (diff)
downloadshared-mime-info-6b199b8ba4164761d8469800a79cc56273f6e463.tar.gz
Removed all the stuff for argp, that was causing gnomesupport not to
1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * macros/gnome-support.m4: Removed all the stuff for argp, that was causing gnomesupport not to build. * support/Makefile.am (libgnomesupport_la_SOURCES): added gnome-argp.c, which is needed for platforms without program_invocation_short_name and program_invocation_name. (libgnomesupport_la_LIBADD): reinstalled the correct value. svn path=/branches/GNOME_STABLE/; revision=534
-rw-r--r--support/ChangeLog7
-rw-r--r--support/Makefile.am4
2 files changed, 9 insertions, 2 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 1f4644a9..8bef4ede 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,10 @@
+1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * Makefile.am (libgnomesupport_la_SOURCES): added gnome-argp.c,
+ which is needed for platforms without
+ program_invocation_short_name and program_invocation_name.
+ (libgnomesupport_la_LIBADD): reinstalled the correct value.
+
1998-12-15 Martin Baulig <martin@home-of-linux.org>
* Makefile.am (EXTRA_DIST): Add all source and header files here.
diff --git a/support/Makefile.am b/support/Makefile.am
index 4665ee42..aec04195 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -23,8 +23,8 @@ include_HEADERS = popt-gnome.h
popt_sources = findme.c poptconfig.c poptparse.c popt.c popthelp.c
-libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources)
-#libgnomesupport_la_LIBADD = @LTLIBOBJS@
+libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c
+libgnomesupport_la_LIBADD = @LTLIBOBJS@
libgnomesupport_la_LDFLAGS = -version-info 0:0:0
BUILT_SOURCES = gnomesupport.h