summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Baulig <baulig@taurus.uni-trier.de>1998-06-06 22:26:40 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-06 22:26:40 +0000
commit85f31a170768f2345e697b42e9bde1bfae252dbb (patch)
tree48e52541f8f87644137a2bf0bcf549e7a4ae025d /include
parent92ec7c6d333952284f49fe72db1dddd598f23693 (diff)
downloadlibgtop-85f31a170768f2345e697b42e9bde1bfae252dbb.tar.gz
removed that directory.
1998-06-05 Martin Baulig <baulig@taurus.uni-trier.de> * support: removed that directory. * configure.in: we check whether '-lgnomesupport' is included in $GNOME_LIBS and add it together with $GNOME_LIBDIR to LIBSUPPORT in this case. Gnome (gnome-libs) is now required to build libgtop, added short comment to configure.in how to revert this change. * Makefile.am: removed `support' subdir. 1998-06-03 Martin Baulig <baulig@merkur.uni-trier.de> * libgtop.spec: New file. * Makefile.am (EXTRA_DIST): Added `autogen.sh' and `libgtop.spec'. * configure.in (LIBGTOP_INCS): is now identically to `LIBGTOP_GUILE_INCS'. * include/glibtop/global.h: only including intl headers while compiling libgtop. Merging changes from LIBGTOP_STABLE_0_20 into the main trunk.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/glibtop/global.h b/include/glibtop/global.h
index d1609f35..9cbaed8b 100644
--- a/include/glibtop/global.h
+++ b/include/glibtop/global.h
@@ -55,11 +55,13 @@
#include <guile/gh.h>
#endif
+#ifdef _IN_LIBGTOP
#if (defined HAVE_LIBINTL_H) || (defined HAVE_GETTEXT)
#include <libintl.h>
#else
#include <libgettext.h>
#endif
+#endif
#include <stdio.h>
#include <stdlib.h>