summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-06-27 16:21:36 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-06-27 16:21:36 +0000
commit2979522c80ddcb95df8b63e34ac742bab4f567d1 (patch)
treed9143e86747955afd668529a2fbca2545ae3ffa3 /configure.in
parent0f758600b3f03bd7765d642647da9825c3f4e591 (diff)
downloadnautilus-2979522c80ddcb95df8b63e34ac742bab4f567d1.tar.gz
Patch by Soren Sandmann
2003-06-27 Alexander Larsson <alexl@redhat.com> Patch by Soren Sandmann * configure.in: CFLAGS for gsequence * cut-n-paste-code/Makefile.am: * cut-n-paste-code/gsequence/.cvsignore: * cut-n-paste-code/gsequence/Makefile.am: * cut-n-paste-code/gsequence/gsequence.[ch]: New cut-n-paste lib for gsequence (by Soren Sandmann) * src/Makefile.am: Link to gsequence * src/file-manager/fm-list-model.c: Use gsequence plus a reverse mapping hashtable.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8d4612f42..dda913b40 100644
--- a/configure.in
+++ b/configure.in
@@ -293,6 +293,11 @@ GIMPHWRAPBOX_MODULES="gtk+-2.0"
GIMPHWRAPBOX_CFLAGS="`$PKG_CONFIG --cflags $GIMPHWRAPBOX_MODULES`"
AC_SUBST(GIMPHWRAPBOX_CFLAGS)
+dnl gsequence
+GSEQUENCE_MODULES="glib-2.0"
+GSEQUENCE_CFLAGS="`$PKG_CONFIG --cflags $GSEQUENCE_MODULES`"
+AC_SUBST(GSEQUENCE_CFLAGS)
+
dnl libegg
LIBEGG_MODULES="gtk+-2.0 libgnome-2.0"
LIBEGG_CFLAGS="`$PKG_CONFIG --cflags $LIBEGG_MODULES`"
@@ -387,6 +392,7 @@ components/emblem/Makefile
components/image_properties/Makefile
cut-n-paste-code/Makefile
cut-n-paste-code/libegg/Makefile
+cut-n-paste-code/gsequence/Makefile
cut-n-paste-code/widgets/Makefile
cut-n-paste-code/widgets/gimphwrapbox/Makefile
data/Makefile