Fixups...

-Yosh
This commit is contained in:
Manish Singh 1998-02-21 23:51:59 +00:00
parent 6a7b62cbe9
commit debec18109
3 changed files with 6 additions and 6 deletions

View file

@ -90,8 +90,8 @@ SUBDIRS = \
ripple \
rotate \
rotators \
semiflatten \
scatter_hsv \
semiflatten \
sgi \
shift \
sinus \

View file

@ -4,7 +4,7 @@ pluginlibdir = $(gimpplugindir)/plug-ins
pluginlib_PROGRAMS = gtm
c_astretch_SOURCES = \
gtm_SOURCES = \
gtm.c
INCLUDES = \
@ -23,7 +23,7 @@ DEPS = \
$(top_builddir)/libgimp/libgimpui.la \
$(top_builddir)/libgimp/libgimp.la
c_astretch_DEPENDENCIES = $(DEPS)
gtm_DEPENDENCIES = $(DEPS)
.PHONY: files

View file

@ -2,9 +2,9 @@
pluginlibdir = $(gimpplugindir)/plug-ins
pluginlib_PROGRAMS = semiflatten.c
pluginlib_PROGRAMS = semiflatten
c_astretch_SOURCES = \
semiflatten_SOURCES = \
semiflatten.c
INCLUDES = \
@ -23,7 +23,7 @@ DEPS = \
$(top_builddir)/libgimp/libgimpui.la \
$(top_builddir)/libgimp/libgimp.la
c_astretch_DEPENDENCIES = $(DEPS)
semiflatten_DEPENDENCIES = $(DEPS)
.PHONY: files