summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-02-16 22:05:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-02-16 22:05:28 (GMT)
commitd7765c0e6d2685b57625f607325f4a80eb28dbe5 (patch)
treeb590e3b4b28b28584fdade28d17059db1ad2bcac /configure.ac
parent14abff97c2ba0940c2dcf2e37eb080ebdb923c6f (diff)
Begun to add a real support of DragAndDropping for panels.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@48 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7ef720a..21362e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,6 +180,7 @@ AC_SUBST(LIBXML_LIBS)
AC_CONFIG_FILES([stamp-h po/Makefile.in], [echo timestamp > stamp-h])
AC_CONFIG_FILES([Makefile
+ pixmaps/Makefile
src/Makefile
src/arch/Makefile
src/arch/x86/Makefile
@@ -188,7 +189,8 @@ AC_CONFIG_FILES([Makefile
src/format/dwarf/Makefile
src/format/elf/Makefile
src/format/java/Makefile
- src/format/pe/Makefile])
+ src/format/pe/Makefile
+ src/gtkext/Makefile])
AC_OUTPUT