summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hestilow <hestilow@ximian.com>2002-03-06 01:04:41 +0000
committerRachel Hestilow <hestgray@src.gnome.org>2002-03-06 01:04:41 +0000
commit96905286064cbd79838f251696c1ab6e9305799b (patch)
treed46f43e940ec928ae81176d045c63eb0a51d8e39
parente01a6b6d0476adaee0bbdd6909386e8c2cf90570 (diff)
downloadgnome-control-center-96905286064cbd79838f251696c1ab6e9305799b.tar.gz
AC_SUBST GNOMECC_CFLAGS and GNOMECC_LIBS.
2002-03-05 Richard Hestilow <hestilow@ximian.com> * configure.in: AC_SUBST GNOMECC_CFLAGS and GNOMECC_LIBS.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b08fb3c5..e49df13f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-05 Richard Hestilow <hestilow@ximian.com>
+
+ * configure.in: AC_SUBST GNOMECC_CFLAGS and GNOMECC_LIBS.
+
2002-03-05 jacob berkman <jacob@ximian.com>
* configure.in: using $GETTEXT_PACKAGE-2 is redundant
diff --git a/configure.in b/configure.in
index 7536d7850..bb33bb385 100644
--- a/configure.in
+++ b/configure.in
@@ -102,6 +102,9 @@ AC_SUBST(VFS_CAPPLET_LIBS)
AC_SUBST(SOUND_CAPPLET_CFLAGS)
AC_SUBST(SOUND_CAPPLET_LIBS)
+AC_SUBST(GNOMECC_CFLAGS)
+AC_SUBST(GNOMECC_LIBS)
+
dnl ==============================================
dnl End: Define the main variables
dnl ==============================================