39 lines
1.0 KiB
Diff
39 lines
1.0 KiB
Diff
|
--- gimp-gap-2.0.0/gap/Makefile.am.buildroot 2004-04-08 10:58:57.000000000 +0200
|
||
|
+++ gimp-gap-2.0.0/gap/Makefile.am 2004-04-14 15:17:12.703203388 +0200
|
||
|
@@ -1,6 +1,6 @@
|
||
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
-libexecdir = $(GIMP_PLUGIN_DIR)/plug-ins
|
||
|
+gapplugindir = $(GIMP_PLUGIN_DIR)/plug-ins
|
||
|
|
||
|
scriptdatadir = $(GIMP_DATA_DIR)/scripts
|
||
|
|
||
|
@@ -49,7 +49,7 @@
|
||
|
gap_vin.c \
|
||
|
gap_vin.h
|
||
|
|
||
|
-libexec_PROGRAMS = \
|
||
|
+gapplugin_PROGRAMS = \
|
||
|
gap_bluebox \
|
||
|
gap_plugins \
|
||
|
gap_filter \
|
||
|
--- gimp-gap-2.0.0/libwavplayclient/Makefile.am.buildroot 2003-11-28 15:56:17.000000000 +0100
|
||
|
+++ gimp-gap-2.0.0/libwavplayclient/Makefile.am 2004-04-14 15:19:26.770204989 +0200
|
||
|
@@ -9,8 +9,8 @@
|
||
|
# (using other server api than wavplayer's API)
|
||
|
#
|
||
|
|
||
|
-libexecdir = $(GAPLIBDIR)
|
||
|
-libexec_SCRIPTS = audioconvert_to_wav.sh
|
||
|
+gaplibexecdir = $(GAPLIBDIR)
|
||
|
+gaplibexec_SCRIPTS = audioconvert_to_wav.sh
|
||
|
|
||
|
noinst_LIBRARIES = libwavplayclient.a
|
||
|
|
||
|
@@ -40,4 +40,4 @@
|
||
|
wavfile.c \
|
||
|
wavfile.h \
|
||
|
wavplay.h \
|
||
|
- $(libexec_SCRIPTS)
|
||
|
+ $(gaplibexec_SCRIPTS)
|