12345678910111213141516171819202122232425262728293031323334 |
- [patch] liboil: don't build examples
- Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
- ---
- Makefile.am | 2 +-
- Makefile.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
- Index: liboil-0.3.15/Makefile.am
- ===================================================================
- --- liboil-0.3.15.orig/Makefile.am
- +++ liboil-0.3.15/Makefile.am
- @@ -1,7 +1,7 @@
-
- AUTOMAKE_OPTIONS = foreign
-
- -SUBDIRS = liboil testsuite examples doc
- +SUBDIRS = liboil testsuite doc
-
- EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING
-
- Index: liboil-0.3.15/Makefile.in
- ===================================================================
- --- liboil-0.3.15.orig/Makefile.in
- +++ liboil-0.3.15/Makefile.in
- @@ -259,7 +259,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- AUTOMAKE_OPTIONS = foreign
- -SUBDIRS = liboil testsuite examples doc
- +SUBDIRS = liboil testsuite doc
- EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
- pkgconfig_DATA = liboil-$(LIBOIL_MAJORMINOR).pc
|