summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-08 17:04:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-08 17:31:45 +0900
commit8590c6cba11c1aed4e23cc61efab2ac363132848 (patch)
tree0cc27d4047644399d565fe9b97d9dd581cc2544e /Makefile.am
parentd24bd281e9c5b0d45d30dc36dff2c32ca5f3ca27 (diff)
downloadlibltdl-8590c6cba11c1aed4e23cc61efab2ac363132848.tar.gz
libltdl-8590c6cba11c1aed4e23cc61efab2ac363132848.zip
Drop autotools supportr14.1.2r14.1.1r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 754b445fd5519ddca551a45b9ae6385d3ee451bb)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index e6813bd..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-AUTOMAKE_OPTIONS = no-dependencies foreign
-
-noinst_HEADERS = ltdl.h ltdl_win.h
-noinst_LTLIBRARIES = libltdlc.la
-
-libltdlc_la_SOURCES = ltdl.c
-libltdlc_la_LIBADD = $(LIBADD_DL)
-
-## Because we do not have automatic dependency tracking:
-ltdl.lo: $(srcdir)/ltdl.h $(top_builddir)/config.h
-
-apidox:
-
-.PHONY: apidox
-