Prepare autotools for plugins

This commit is contained in:
Christian Thaeter 2008-10-26 22:00:02 +01:00
parent ab3d3823f6
commit a4c028bd34
2 changed files with 7 additions and 1 deletions

View file

@ -19,11 +19,13 @@
ACLOCAL_AMFLAGS = -I m4
bin_PROGRAMS =
lib_LTLIBRARIES =
noinst_PROGRAMS =
check_PROGRAMS =
noinst_LIBRARIES =
lib_LTLIBRARIES =
check_LTLIBRARIES =
pkglib_LTLIBRARIES =
noinst_LTLIBRARIES =
noinst_HEADERS =
BUILT_SOURCES =
EXTRA_DIST =

View file

@ -24,7 +24,11 @@ AC_COPYRIGHT([
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
])
#
# Global configuration
#
AC_GNU_SOURCE
AC_DISABLE_STATIC
#
# Required programs