blob: 0d080e38d7e9c1bd8ee281b1832ec18f7d991d02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
---
Makefile.am | 2 +-
configure.ac | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)
--- gupnp-0.13.1.orig/Makefile.am
+++ gupnp-0.13.1/Makefile.am
@@ -1,6 +1,6 @@
-SUBDIRS = libgupnp tools examples tests doc
+SUBDIRS = libgupnp tools
pkgconfig_DATA= gupnp-1.0.pc
pkgconfigdir = $(libdir)/pkgconfig
EXTRA_DIST = gupnp-1.0.pc.in gupnp-1.0-uninstalled.pc.in
--- gupnp-0.13.1.orig/configure.ac
+++ gupnp-0.13.1/configure.ac
@@ -47,19 +47,14 @@ AC_ARG_ENABLE(debug,
enable_debug=no)
if test "x$enable_debug" = "xyes"; then
CFLAGS="$CFLAGS -g -Wall -Werror"
fi
-# Gtk-doc
-GTK_DOC_CHECK([1.0])
-
AC_OUTPUT([
Makefile
libgupnp/Makefile
examples/Makefile
tools/Makefile
tests/Makefile
-doc/Makefile
-doc/version.xml
gupnp-1.0.pc
gupnp-1.0-uninstalled.pc
])
|