Fixups...
-Yosh
This commit is contained in:
@ -90,8 +90,8 @@ SUBDIRS = \
|
||||
ripple \
|
||||
rotate \
|
||||
rotators \
|
||||
semiflatten \
|
||||
scatter_hsv \
|
||||
semiflatten \
|
||||
sgi \
|
||||
shift \
|
||||
sinus \
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user