blob: 32e761171888e3662cd86348b2e52cfdf74a96c1 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Disable compiling examples
2
3Upstream-Status: Inappropriate [disable feature]
4
5Signed-off-by: Kevin Tian <kevin.tian@intel.com>
6Signed-off-by: Scott Garman <scott.a.garman@intel.com>
7
Brad Bishop316dfdd2018-06-25 12:45:53 -04008Index: dbus-glib-0.108/dbus/Makefile.am
9===================================================================
10--- dbus-glib-0.108.orig/dbus/Makefile.am
11+++ dbus-glib-0.108/dbus/Makefile.am
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012@@ -1,4 +1,4 @@
13-SUBDIRS = . examples
14+SUBDIRS = .
15
Brad Bishop316dfdd2018-06-25 12:45:53 -040016 AM_CPPFLAGS = \
17 -I$(top_srcdir) \