diff options
Diffstat (limited to 'libltdl/Makefile.am')
m--------- | libltdl | 0 | ||||
-rw-r--r-- | libltdl/Makefile.am | 17 |
2 files changed, 0 insertions, 17 deletions
diff --git a/libltdl b/libltdl new file mode 160000 +Subproject 6d6796c294ca6e9b7f83c295217817c4bf48603 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 - |