Added app/composite to app/Makefile.am

This commit is contained in:
Helvetix Victorinox 2003-07-09 00:08:02 +00:00
parent 45b2be990f
commit 2d845170aa
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2003-07-08 Helvetix Victorinox <helvetix@gimp.org>
* Added app/composite to app/Makefile.am
* Added app/composite for the new compositing mechanism.
2003-07-08 Sven Neumann <sven@gimp.org>

View File

@ -6,6 +6,7 @@ endif
SUBDIRS = \
paint-funcs \
composite \
base \
core \
config \
@ -77,6 +78,7 @@ gimp_1_3_LDADD = \
file/libappfile.a \
plug-in/libappplug-in.a \
paint-funcs/libapppaint-funcs.a \
composite/libgimpcomposite.a \
base/libappbase.a \
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \