added uuid.h to installed header files list, and added SCRIPTSUPPORT to the autoconf configure.ac file

This commit is contained in:
Thijs Schreijer 2013-04-26 13:37:08 +02:00
parent 1a60aeb958
commit 0a5bf524cb
2 changed files with 7 additions and 0 deletions

View File

@ -477,6 +477,11 @@ if test "x$enable_blocking_tcp_connections" = xyes ; then
AC_DEFINE(UPNP_ENABLE_BLOCKING_TCP_CONNECTIONS, 1, [see upnpconfig.h])
fi
RT_BOOL_ARG_ENABLE([scriptsupport], [no], [script support for IXML document tree, see ixml.h])
if test "x$enable_scriptsupport" = xyes ; then
AC_DEFINE(SCRIPTSUPPORT, 1, [see upnpconfig.h])
fi
RT_BOOL_ARG_ENABLE([samples], [yes], [compilation of upnp/sample/ code])

View File

@ -167,6 +167,8 @@ libupnp_la_SOURCES += \
src/uuid/md5.c \
src/uuid/sysdep.c \
src/uuid/uuid.c
upnpinclude_HEADERS += \
src/inc/uuid.h
endif