rename libgphoto2 patch, add patch to remove the tests/ build - should fix the buildb...
[openwrt/svn-archive/archive.git] / libs / libgphoto2 / patches / 020-remove_tests.patch
1 diff -ur libgphoto.old/Makefile.am libgphoto.dev/Makefile.am
2 --- libgphoto.old/Makefile.am 2006-04-19 03:54:32.000000000 +0200
3 +++ libgphoto.dev/Makefile.am 2006-10-03 14:40:18.000000000 +0200
4 @@ -8,7 +8,7 @@
5 EXTRA_DIST = HACKING MAINTAINERS makefile.os2 os2mak.inc TESTERS CHANGES
6
7 # Note: @subdirs@ lists all the directories from AC_CONFIG_SUBDIRS()
8 -SUBDIRS = @subdirs@ libgphoto2 camlibs tests po packaging doc
9 +SUBDIRS = @subdirs@ libgphoto2 camlibs po packaging doc
10
11 doc_DATA = AUTHORS COPYING README CHANGES NEWS
12
13 diff -ur libgphoto.old/Makefile.in libgphoto.dev/Makefile.in
14 --- libgphoto.old/Makefile.in 2006-06-19 21:15:59.000000000 +0200
15 +++ libgphoto.dev/Makefile.in 2006-10-03 14:40:23.000000000 +0200
16 @@ -297,7 +297,7 @@
17 EXTRA_DIST = HACKING MAINTAINERS makefile.os2 os2mak.inc TESTERS CHANGES
18
19 # Note: @subdirs@ lists all the directories from AC_CONFIG_SUBDIRS()
20 -SUBDIRS = @subdirs@ libgphoto2 camlibs tests po packaging doc
21 +SUBDIRS = @subdirs@ libgphoto2 camlibs po packaging doc
22 doc_DATA = AUTHORS COPYING README CHANGES NEWS
23
24 ########################################################################