blob: 62ba967c26ff9b5d1600d8ddf0f2fa30493ee14a (
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
|
--- avahi-0.6.30.old/avahi-python/avahi-discover/Makefile.am 2010-06-28 23:30:34.000000000 -0400
+++ avahi-0.6.30/avahi-python/avahi-discover/Makefile.am 2012-04-21 18:02:01.642934527 -0400
@@ -22,6 +22,7 @@
avahi-discover.py \
avahi-discover.desktop.in.in
+if ENABLE_GTK_UTILS
if HAVE_PYTHON
if HAVE_PYTHON_DBUS
if HAVE_PYGTK
@@ -67,3 +68,4 @@
endif
endif
endif
+endif
--- avahi-0.6.30.old/man/Makefile.am 2012-04-21 18:10:45.690900742 -0400
+++ avahi-0.6.30/man/Makefile.am 2012-04-21 18:09:15.146906578 -0400
@@ -65,11 +65,13 @@
man_MANS += \
avahi-bookmarks.1
if HAVE_GTK
+if ENABLE_GTK_UTILS
man_MANS += \
avahi-discover.1
endif
endif
endif
+endif
if ENABLE_AUTOIPD
if HAVE_LIBDAEMON
|