From e365033d55c6264b3fece6bb85616553dab7d61e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 30 Nov 2022 10:38:48 +0900 Subject: Drop automake build support. Signed-off-by: Michele Calgaro --- conduits/Makefile.am | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 conduits/Makefile.am (limited to 'conduits/Makefile.am') 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. -### -- cgit v1.2.1