diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-30 10:38:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-02 17:14:13 +0900 |
commit | e365033d55c6264b3fece6bb85616553dab7d61e (patch) | |
tree | d814b1898bdd63b3b81f889bcc867b14e129170c /conduits/Makefile.am | |
parent | 3a26f40faec18c989cffe11a323e451566c8b1fc (diff) | |
download | kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.tar.gz kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits/Makefile.am')
-rw-r--r-- | conduits/Makefile.am | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/conduits/Makefile.am b/conduits/Makefile.am deleted file mode 100644 index fed4498..0000000 --- a/conduits/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -### -### The NULL conduit is a neat programming example, but shouldn't be -### installed on user systems. -### - -if include_malconduit -MAL_SUBDIR = malconduit -else -MAL_SUBDIR = -endif - -SUBDIRS = \ - abbrowserconduit \ - docconduit \ - knotes \ - $(MAL_SUBDIR) \ - memofileconduit \ - notepadconduit \ - popmail \ - sysinfoconduit \ - timeconduit \ - vcalconduit - -### -### Subdirs you might have for experimental purposes: -### -### null - a conduit that just logs a single message. -### $(PERL_SUBDIR) - fires off a perl interpreter in a thread. -### $(PYTHON_SUBDIR) - starts a python interpreter in a thread. -### |