Add libtool support for plugins

This commit is contained in:
manupap1 2014-11-11 19:46:20 +01:00
parent 26c9a77590
commit 93a29545ce
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
# And these to the user and group of your webserver
webuser = @WEB_USER@
webgroup = @WEB_GROUP@

View File

@ -1,4 +1,5 @@
#!/bin/bash
libtoolize
aclocal
autoheader
automake --add-missing

View File

@ -1,6 +1,9 @@
AC_PREREQ(2.59)
AC_INIT(zm,1.28.0,[http://www.zoneminder.com/forums/ - Please check FAQ first],zoneminder,http://www.zoneminder.com/downloads.html)
AM_INIT_AUTOMAKE
LT_PREREQ([2.4.2])
LT_INIT([dlopen])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/zm.h)
AC_CONFIG_HEADERS(config.h)