follow the executable name change.

2008-08-12  Sven Neumann  <sven@gimp.org>

	* plug-ins/win-snap/Makefile.am: follow the executable name 
change.


svn path=/trunk/; revision=26521
This commit is contained in:
Sven Neumann 2008-08-12 17:18:43 +00:00 committed by Sven Neumann
parent f6771f1987
commit 595edacdd9
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2008-08-12 Sven Neumann <sven@gimp.org>
* plug-ins/win-snap/Makefile.am: follow the executable name change.
2008-08-12 Sven Neumann <sven@gimp.org>
* app/core/gimpprojection.c (gimp_projection_paint_area): moved

View file

@ -8,8 +8,6 @@ libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
winsnap_LDFLAGS = -mwindows
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = win-snap
@ -18,6 +16,8 @@ win_snap_SOURCES = \
winsnap.c \
winsnap.h
win_snap_LDFLAGS = -mwindows
EXTRA_DIST = \
resource.h \
select.cur \