From d1f61f2cd0d11491563bda9c84728420bc56d599 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 10 Jan 2008 19:37:08 +0000 Subject: [PATCH] fixed conditional build of the JPEG plug-in. 2008-01-10 Sven Neumann * plug-ins/jpeg/Makefile.am: fixed conditional build of the JPEG plug-in. svn path=/trunk/; revision=24592 --- ChangeLog | 5 +++++ plug-ins/jpeg/Makefile.am | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32fb9bf29f..35496d6269 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-10 Sven Neumann + + * plug-ins/jpeg/Makefile.am: fixed conditional build of the JPEG + plug-in. + 2008-01-10 Bill Skaggs * libgimpbase/gimpenv.c: fix editing error in documentation. diff --git a/plug-ins/jpeg/Makefile.am b/plug-ins/jpeg/Makefile.am index 74a4d23185..a60aecd5bc 100644 --- a/plug-ins/jpeg/Makefile.am +++ b/plug-ins/jpeg/Makefile.am @@ -22,9 +22,7 @@ INCLUDES = \ $(EXIF_CFLAGS) \ -I$(includedir) -libexec_PROGRAMS = $(JPEG) - -EXTRA_PROGRAMS = jpeg +libexec_PROGRAMS = jpeg jpeg_SOURCES = \ jpeg.c \