fixed conditional build of the JPEG plug-in.
2008-01-10 Sven Neumann <sven@gimp.org> * plug-ins/jpeg/Makefile.am: fixed conditional build of the JPEG plug-in. svn path=/trunk/; revision=24592
This commit is contained in:

committed by
Sven Neumann

parent
65e7685844
commit
d1f61f2cd0
@ -1,3 +1,8 @@
|
|||||||
|
2008-01-10 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/jpeg/Makefile.am: fixed conditional build of the JPEG
|
||||||
|
plug-in.
|
||||||
|
|
||||||
2008-01-10 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2008-01-10 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||||
|
|
||||||
* libgimpbase/gimpenv.c: fix editing error in documentation.
|
* libgimpbase/gimpenv.c: fix editing error in documentation.
|
||||||
|
@ -22,9 +22,7 @@ INCLUDES = \
|
|||||||
$(EXIF_CFLAGS) \
|
$(EXIF_CFLAGS) \
|
||||||
-I$(includedir)
|
-I$(includedir)
|
||||||
|
|
||||||
libexec_PROGRAMS = $(JPEG)
|
libexec_PROGRAMS = jpeg
|
||||||
|
|
||||||
EXTRA_PROGRAMS = jpeg
|
|
||||||
|
|
||||||
jpeg_SOURCES = \
|
jpeg_SOURCES = \
|
||||||
jpeg.c \
|
jpeg.c \
|
||||||
|
Reference in New Issue
Block a user