app/Makefile.am remove references to $(REGEXREPL).

2008-09-09  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* plug-ins/script-fu/Makefile.am: remove references to $(REGEXREPL).


svn path=/trunk/; revision=26907
This commit is contained in:
Michael Natterer 2008-09-09 12:21:43 +00:00 committed by Michael Natterer
parent b05e9a3dfa
commit 72c4ef1a83
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-09-09 Michael Natterer <mitch@gimp.org>
* app/Makefile.am
* plug-ins/script-fu/Makefile.am: remove references to $(REGEXREPL).
2008-09-09 Sven Neumann <sven@gimp.org>
* plug-ins/file-psd/psd-save.c (create_merged_image): don't leak

View File

@ -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) \

View File

@ -65,7 +65,6 @@ LDADD = \
$(libtinyscheme) \
$(libftx) \
$(libre) \
$(REGEXREPL) \
$(GTK_LIBS) \
$(SOCKET_LIBS) \
$(WINSOCK_LIBS) \