summaryrefslogtreecommitdiffstats
path: root/kernel/kls_xcf
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kls_xcf')
-rw-r--r--kernel/kls_xcf/Makefile.am2
-rw-r--r--kernel/kls_xcf/xcf2pnm/Makefile.am3
2 files changed, 3 insertions, 2 deletions
diff --git a/kernel/kls_xcf/Makefile.am b/kernel/kls_xcf/Makefile.am
index 6b9a50d..0af18aa 100644
--- a/kernel/kls_xcf/Makefile.am
+++ b/kernel/kls_xcf/Makefile.am
@@ -15,4 +15,4 @@ EXTRA_DIST = libkls_xcf.so.ui
install-data-am:
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
- $(INSTALL) --mode=0644 libkls_xcf.so.ui $(DESTDIR)$(pkgdatadir)/libkls_xcf.so.ui
+ $(INSTALL) -m 0644 libkls_xcf.so.ui $(DESTDIR)$(pkgdatadir)/libkls_xcf.so.ui
diff --git a/kernel/kls_xcf/xcf2pnm/Makefile.am b/kernel/kls_xcf/xcf2pnm/Makefile.am
index c81ca26..15db50a 100644
--- a/kernel/kls_xcf/xcf2pnm/Makefile.am
+++ b/kernel/kls_xcf/xcf2pnm/Makefile.am
@@ -1,5 +1,6 @@
bin_PROGRAMS = ksquirrel-libs-xcf2pnm
ksquirrel_libs_xcf2pnm_SOURCES = enums.c flatspec.c flatten.c io-unix.c pixels.c scaletab.c table.c utils.c xcf2pnm.c xcf-general.c
+ksquirrel_libs_xcf2pnm_LDFLAGS = $(LIBICONV)
-EXTRA_DIST = xcf2pnm.oi \ No newline at end of file
+EXTRA_DIST = xcf2pnm.oi