summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKwok-Koon Cheung <baddog@src.gnome.org>2002-01-14 00:56:51 +0000
committerKwok-Koon Cheung <baddog@src.gnome.org>2002-01-14 00:56:51 +0000
commitbc7df1bef2421ff54fad24be4290da8545a689f2 (patch)
tree54a11f27df5311dd6c2dad73af2a358cee3216ad
parent512a2012c5cdae181bcecc8f7c70736ff23fafc5 (diff)
downloadshared-mime-info-bc7df1bef2421ff54fad24be4290da8545a689f2.tar.gz
Make examples at least compile under glib 1.3.x, and make use of
* Make examples at least compile under glib 1.3.x, and make use of GETTEXT_PACKAGE. * Don't install popt* header. * Add nn to ALL_LINGUAS. svn path=/branches/libgtop-GNOME-2-0-port/; revision=2243
-rw-r--r--support/ChangeLog4
-rw-r--r--support/Makefile.am6
2 files changed, 8 insertions, 2 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 13a97c48..a5417ccf 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-14 Abel Cheung <maddog@linux.org.hk>
+
+ * Makefile.am: Don't install popt* headers.
+
1999-05-27 Raja R Harinath <harinath@cs.umn.edu>
* gnomesupport.awk: Put c++ guards after #includes.
diff --git a/support/Makefile.am b/support/Makefile.am
index 82b79328..8cc6dc8b 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -13,10 +13,12 @@ supportexecinclude_DATA = gnomesupport.h
# These are internal headers: they are used only when compiling and
# should not be installed
noinst_HEADERS = gnomesupport-fake.h \
- findme.h poptint.h
+ findme.h \
+ popt-gnome.h \
+ poptint.h
# Hmm... should we move `error.h' here.
-include_HEADERS = popt-gnome.h
+#include_HEADERS = popt-gnome.h
popt_sources = findme.c poptconfig.c poptparse.c popt.c popthelp.c