added missing header file, should fix bug #119204.
2003-08-07 Raphael Quinet <quinet@gamers.org> * app/composite/Makefile.am (test_composite_SOURCES): added missing header file, should fix bug #119204.
This commit is contained in:

committed by
Raphaël Quinet

parent
9d492e6e2a
commit
106ce6fa04
@ -1,3 +1,8 @@
|
||||
2003-08-07 Raphael Quinet <quinet@gamers.org>
|
||||
|
||||
* app/composite/Makefile.am (test_composite_SOURCES): added
|
||||
missing header file, should fix bug #119204.
|
||||
|
||||
2003-08-06 Maurits Rijk <lpeek.mrijk@consunet.nl>
|
||||
|
||||
* plug-ins/imagemap/imap_preview.c (render_indexed_image): fixes
|
||||
|
@ -52,6 +52,7 @@ TESTS = test-composite gimp-composite-test
|
||||
|
||||
test_composite_SOURCES = \
|
||||
gimp-composite-regression.c \
|
||||
gimp-composite-regression.h \
|
||||
test-composite.c
|
||||
|
||||
test_composite_DEPENDENCIES = $(gimpcomposite_dependencies)
|
||||
@ -64,6 +65,7 @@ test_composite_LDADD = \
|
||||
|
||||
gimp_composite_test_SOURCES = \
|
||||
gimp-composite-regression.c \
|
||||
gimp-composite-regression.h \
|
||||
gimp-composite-test.c
|
||||
|
||||
gimp_composite_test_DEPENDENCIES = $(gimpcomposite_dependencies)
|
||||
|
Reference in New Issue
Block a user