* add some missing "static"s

* include libltdl in distribution


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@302 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-11-21 17:02:25 +00:00
parent 966c78ccae
commit b03f39099f
6 changed files with 11 additions and 8 deletions

View file

@ -37,11 +37,14 @@ fi
# Checks for programs.
AC_PROG_CC
# libtool stuff
AC_LIBLTDL_INSTALLABLE
AC_SUBST(INCLTDL)
AC_SUBST(LTDLINCL)
AC_SUBST(LIBLTDL)
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
AC_CONFIG_SUBDIRS(libltdl)
# Checks for header files.
AC_HEADER_STDC