From 2520863a1fc62b78c4aea939e5633c35d377d416 Mon Sep 17 00:00:00 2001 From: Helvetix Victorinox Date: Wed, 9 Jul 2003 00:19:56 +0000 Subject: [PATCH] Modified configure.in to build app/composite/Makefile --- ChangeLog | 2 ++ configure.in | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3ad6ac1ace..340d3a92b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-07-08 Helvetix Victorinox + * Modified configure.in to build app/composite/Makefile + * Added app/composite to app/Makefile.am * Added app/composite for the new compositing mechanism. diff --git a/configure.in b/configure.in index d18ee0e087..80a4422c82 100644 --- a/configure.in +++ b/configure.in @@ -1164,6 +1164,7 @@ app/file/Makefile app/gui/Makefile app/paint/Makefile app/paint-funcs/Makefile +app/composite/Makefile app/pdb/Makefile app/plug-in/Makefile app/text/Makefile