From 7120e84c0b1a203827ac6fe9cd64748a5e5e7cab Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 11 Nov 2011 18:55:18 -0600 Subject: Move libltdl to external repository --- libltdl | 1 + libltdl/Makefile.am | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) create mode 160000 libltdl delete mode 100644 libltdl/Makefile.am (limited to 'libltdl/Makefile.am') diff --git a/libltdl b/libltdl new file mode 160000 index 000000000..6d6796c29 --- /dev/null +++ b/libltdl @@ -0,0 +1 @@ +Subproject commit 6d6796c294ca6e9b7f83c295217817c4bf486031 diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am deleted file mode 100644 index e6813bdd8..000000000 --- a/libltdl/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 - -- cgit v1.2.1