summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e16234)
raw | patch | inline | side by side (parent: 0e16234)
author | Florian Forster <octo@verplant.org> | |
Sun, 9 Jul 2006 22:12:24 +0000 (00:12 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Sun, 9 Jul 2006 22:12:24 +0000 (00:12 +0200) |
I have no clue what I was thinking when including this.
Makefile.am | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 1ffda90fc9afa1e209c733fb1916445c88e532c7..af71b84b3b6f04b44a754ffb70e350a311a24885 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
-SUBDIRS = libltdl src
-INCLUDES = $(LTDLINCL)
+SUBDIRS = src
dist-hook:
find $(distdir) -type d -name '.svn' | xargs rm -rf
diff --git a/configure.ac b/configure.ac
index fd5c11ddf60075e7e89039562e4f4380f66993c3..7aa9469cf99cfe746ce4d6ce9fd37338caf63d00 100644 (file)
--- a/configure.ac
+++ b/configure.ac
#
# configure libtool
#
-AC_LIBLTDL_CONVENIENCE
AC_SUBST(LTDLINCL)
-AC_SUBST(LIBLTDL)
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
#AC_PROG_RANLIB
-AC_CONFIG_SUBDIRS(libltdl src)
+AC_CONFIG_SUBDIRS(src)
#
# Checks for header files.