From 72c4ef1a83a21e87bcce444fdc2c5b4bc7d4fbe5 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 9 Sep 2008 12:21:43 +0000 Subject: [PATCH] app/Makefile.am remove references to $(REGEXREPL). 2008-09-09 Michael Natterer * app/Makefile.am * plug-ins/script-fu/Makefile.am: remove references to $(REGEXREPL). svn path=/trunk/; revision=26907 --- ChangeLog | 5 +++++ app/Makefile.am | 2 -- plug-ins/script-fu/Makefile.am | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52725e4e2a..27df9f7109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-09 Michael Natterer + + * app/Makefile.am + * plug-ins/script-fu/Makefile.am: remove references to $(REGEXREPL). + 2008-09-09 Sven Neumann * plug-ins/file-psd/psd-save.c (create_merged_image): don't leak diff --git a/app/Makefile.am b/app/Makefile.am index 9b12dd7285..a2c4d18581 100644 --- a/app/Makefile.am +++ b/app/Makefile.am @@ -133,7 +133,6 @@ gimp_2_5_LDADD = \ $(libgimpmath) \ $(libgimpconfig) \ $(libgimpbase) \ - $(REGEXREPL) \ $(GTK_LIBS) \ $(PANGOFT2_LIBS) \ $(FONTCONFIG_LIBS) \ @@ -177,7 +176,6 @@ gimp_console_2_5_LDADD = \ $(libgimpmath) \ $(libgimpconfig) \ $(libgimpbase) \ - $(REGEXREPL) \ $(GDK_PIXBUF_LIBS) \ $(CAIRO_LIBS) \ $(PANGOFT2_LIBS) \ diff --git a/plug-ins/script-fu/Makefile.am b/plug-ins/script-fu/Makefile.am index f81872c5c8..e2ad109712 100644 --- a/plug-ins/script-fu/Makefile.am +++ b/plug-ins/script-fu/Makefile.am @@ -65,7 +65,6 @@ LDADD = \ $(libtinyscheme) \ $(libftx) \ $(libre) \ - $(REGEXREPL) \ $(GTK_LIBS) \ $(SOCKET_LIBS) \ $(WINSOCK_LIBS) \