summaryrefslogtreecommitdiffstats
path: root/conduits/malconduit/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-11-30 10:38:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-12-02 17:14:13 +0900
commite365033d55c6264b3fece6bb85616553dab7d61e (patch)
treed814b1898bdd63b3b81f889bcc867b14e129170c /conduits/malconduit/Makefile.am
parent3a26f40faec18c989cffe11a323e451566c8b1fc (diff)
downloadkpilot-e365033d55c6264b3fece6bb85616553dab7d61e.tar.gz
kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.zip
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits/malconduit/Makefile.am')
-rw-r--r--conduits/malconduit/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/conduits/malconduit/Makefile.am b/conduits/malconduit/Makefile.am
deleted file mode 100644
index e190ba7..0000000
--- a/conduits/malconduit/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-### Makefile for the avantgo conduit
-###
-### The mal conduit is Copyright (C) 2002 by Reinhold Kainhofer
-
-
-INCLUDES= $(PISOCK_INCLUDE) $(MAL_INCLUDE) -I$(top_srcdir)/lib $(all_includes)
-METASOURCES = AUTO
-
-servicedir = $(kde_servicesdir)
-service_DATA = mal_conduit.desktop
-kde_kcfg_DATA = malconduit.kcfg
-
-kde_module_LTLIBRARIES = conduit_mal.la
-
-conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cpp mal-setup.cpp mal-conduit.cpp
-conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui
-conduit_mal_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_TDEUI)
-