Backport of svn 468: Added upnp/m4/libupnp.m4 to the distribution tarball.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@469 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
parent
a772b1a754
commit
405451e34c
@ -2,6 +2,9 @@
|
|||||||
Version 1.6.7
|
Version 1.6.7
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
|
2008-07-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
|
||||||
|
* Added upnp/m4/libupnp.m4 to the distribution tarball.
|
||||||
|
|
||||||
2008-07-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
|
2008-07-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
|
||||||
* Fixed a missing HandleUnlock() in upnp/src/gena/gena_device.c.
|
* Fixed a missing HandleUnlock() in upnp/src/gena/gena_device.c.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# "Makefile.am" for "libupnp/upnp"
|
# "Makefile.am" for "libupnp/upnp"
|
||||||
#
|
#
|
||||||
# Copyright (C) 2005 Rémi Turboult <r3mi@users.sourceforge.net>
|
# Copyright (C) 2005 Rémi Turboult <r3mi@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
SUBDIRS = doc . sample
|
SUBDIRS = doc . sample
|
||||||
@ -115,6 +115,7 @@ libupnp_la_SOURCES += src/api/upnpapi.c
|
|||||||
if ENABLE_TOOLS
|
if ENABLE_TOOLS
|
||||||
libupnp_la_SOURCES += src/api/upnptools.c
|
libupnp_la_SOURCES += src/api/upnptools.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_DEBUG
|
if ENABLE_DEBUG
|
||||||
libupnp_la_SOURCES += src/api/upnpdebug.c
|
libupnp_la_SOURCES += src/api/upnpdebug.c
|
||||||
endif
|
endif
|
||||||
@ -131,6 +132,12 @@ libupnp_la_SOURCES += \
|
|||||||
libupnp_la_SOURCES += src/urlconfig/urlconfig.c
|
libupnp_la_SOURCES += src/urlconfig/urlconfig.c
|
||||||
|
|
||||||
|
|
||||||
|
# inet_pton (needed on Win32, compiles to nothing elsewhere)
|
||||||
|
libupnp_la_SOURCES += \
|
||||||
|
src/inet_pton.c \
|
||||||
|
src/inc/inet_pton.h
|
||||||
|
|
||||||
|
|
||||||
# check / distcheck tests
|
# check / distcheck tests
|
||||||
check_PROGRAMS = test_init
|
check_PROGRAMS = test_init
|
||||||
TESTS = test_init
|
TESTS = test_init
|
||||||
@ -139,8 +146,7 @@ test_init_SOURCES = test/test_init.c
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
LICENSE \
|
LICENSE \
|
||||||
src/inc/inet_pton.h \
|
m4/libupnp.m4 \
|
||||||
src/inet_pton.c \
|
|
||||||
src/win_dll.c
|
src/win_dll.c
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user