summaryrefslogtreecommitdiffstats
path: root/kernel/kls_neo
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kls_neo')
-rw-r--r--kernel/kls_neo/Makefile.am15
-rw-r--r--kernel/kls_neo/ksquirrel-libs-neo2ppm.in3
2 files changed, 0 insertions, 18 deletions
diff --git a/kernel/kls_neo/Makefile.am b/kernel/kls_neo/Makefile.am
deleted file mode 100644
index 24ca98a..0000000
--- a/kernel/kls_neo/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDES = -I../include $(all_includes)
-
-bin_SCRIPTS = ksquirrel-libs-neo2ppm
-
-pkglib_LTLIBRARIES = libkls_neo.la
-
-libkls_neo_la_SOURCES = fmt_codec_pnm.cpp fmt_codec_pnm_defs.h
-
-libkls_neo_la_LDFLAGS = ${SQ_RELEASE}
-
-libkls_neo_la_LIBADD = ${SQ_LOCAL_RPATH}
-
-AM_CXXFLAGS = -DCODEC_NETPBM -DCODEC_NEO -DNETPBM_S=\"${bindir}/ksquirrel-libs-neo2ppm\"
-
-EXTRA_DIST = ksquirrel-libs-neo2ppm.in \ No newline at end of file
diff --git a/kernel/kls_neo/ksquirrel-libs-neo2ppm.in b/kernel/kls_neo/ksquirrel-libs-neo2ppm.in
deleted file mode 100644
index 6287b9b..0000000
--- a/kernel/kls_neo/ksquirrel-libs-neo2ppm.in
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-@NEOTOPPM@ "$1" > "$2" \ No newline at end of file