summaryrefslogtreecommitdiffstats
path: root/src/knemod/backends
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-10-01 15:48:14 +0200
committergregory guy <[email protected]>2020-10-01 15:48:14 +0200
commitb118a9c9a6dcb51a6a246fdb6f8d16c6cc9d6022 (patch)
treed777f478d8a6d92c8db5a3b198ae15f9e3c4d806 /src/knemod/backends
parent29a9fbf3cf198302956301d9632a04c71d5132a6 (diff)
downloadknemo-b118a9c9a6dcb51a6a246fdb6f8d16c6cc9d6022.tar.gz
knemo-b118a9c9a6dcb51a6a246fdb6f8d16c6cc9d6022.zip
Drop automake build support.
Add basic cmake build instructions. Deleted files INSTALL.Mandrake and knemo.spec. Rework of the README file. COPYING-DOCS, NEWS and VERSION moved to the root of the source. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/knemod/backends')
-rw-r--r--src/knemod/backends/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/knemod/backends/Makefile.am b/src/knemod/backends/Makefile.am
deleted file mode 100644
index ccf8785..0000000
--- a/src/knemod/backends/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## Makefile.am for knemo backends
-
-noinst_LTLIBRARIES = libknemo_backends.la
-
-# set the include path for X, qt and KDE
-INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../common $(all_includes)
-
-# the library search path.
-libknemo_backends_la_LDFLAGS = -module -avoid-version $(all_libraries)
-
-# the libraries to link against.
-libknemo_backends_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUTILS)
-
-# which sources should be compiled as backends
-libknemo_backends_la_SOURCES = backendbase.cpp nettoolsbackend.cpp sysbackend.cpp
-
-# the headers of the backends
-noinst_HEADERS = backendbase.h nettoolsbackend.h sysbackend.h
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-