summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2003-10-20 12:14:11 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-10-20 12:14:11 +0000
commit901a35d60063616b3fefa8a0009050f24d7d79d7 (patch)
treeb368ef1168022173a5138ec4f446191560f65836
parent9d2ced79c567f690bdf24e3a853c4e28a192e901 (diff)
downloadgnome-common-gnome-2-4.tar.gz
make it compilegnome-2-4
2003-10-20 Bastien Nocera <hadess@hadess.net> * configure.in: make it compile svn path=/branches/gnome-2-4/; revision=3062
-rw-r--r--support/ChangeLog5
-rw-r--r--support/Makefile.am9
2 files changed, 10 insertions, 4 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 67fa269..5e4cc7c 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-20 Bastien Nocera <hadess@hadess.net>
+
+ * Makefile.am: make libgtop compile, other apps using libgnomesupport
+ should be dead by now
+
2000-11-21 Martin Baulig <baulig@suse.de>
* Makefile.am: Install libgnomesupport.la, but call it
diff --git a/support/Makefile.am b/support/Makefile.am
index 627e1df..a307838 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -4,7 +4,7 @@ supportexecincludedir = $(includedir)/gnome/$(GNOME_INTERFACE_VERSION)
INCLUDES = -D_GNU_SOURCE
-lib_LTLIBRARIES = libgnomesupport-1.3.la
+lib_LTLIBRARIES = libgnomesupport-2.0.la
# it is in _DATA since we don't want `gnomesupport.h' to be part of
# the distributed `.tar.gz' file
@@ -21,9 +21,9 @@ supportexecinclude_DATA = gnomesupport.h
#popt_sources = findme.c poptconfig.c poptparse.c popt.c popthelp.c
popt_sources=
-libgnomesupport_1_3_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c
-libgnomesupport_1_3_la_LIBADD = @LTLIBOBJS@
-libgnomesupport_1_3_la_LDFLAGS = -version-info 0:0:0
+libgnomesupport_2_0_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c
+libgnomesupport_2_0_la_LIBADD = @LTLIBOBJS@
+libgnomesupport_2_0_la_LDFLAGS = -version-info 0:0:0
BUILT_SOURCES = gnomesupport.h
@@ -46,3 +46,4 @@ EXTRA_DIST = gnomesupport.awk README-gnome \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-support-2.0.pc
+