fixing more deps...
[librewrt/.git] / packages / lang / urbi / patches / 001-no_examples.patch
1 diff -urN urbi-sdk/src/Makefile.am urbi-sdk.new/src/Makefile.am
2 --- urbi-sdk/src/Makefile.am    2007-01-31 11:37:04.000000000 +0100
3 +++ urbi-sdk.new/src/Makefile.am        2007-10-03 11:17:00.000000000 +0200
4 @@ -1,5 +1,5 @@
5  SUBDIRS = liburbi 
6  
7  if EXAMPLES
8 -SUBDIRS += utils examples
9 +SUBDIRS += utils
10  endif
11 diff -urN urbi-sdk/src/Makefile.in urbi-sdk.new/src/Makefile.in
12 --- urbi-sdk/src/Makefile.in    2007-04-10 17:44:07.000000000 +0200
13 +++ urbi-sdk.new/src/Makefile.in        2007-10-03 11:14:33.000000000 +0200
14 @@ -30,7 +30,7 @@
15  POST_UNINSTALL = :
16  build_triplet = @build@
17  host_triplet = @host@
18 -@EXAMPLES_TRUE@am__append_1 = utils examples
19 +@EXAMPLES_TRUE@am__append_1 = utils
20  subdir = src
21  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
22  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
23 @@ -68,7 +68,7 @@
24    distclean-recursive maintainer-clean-recursive
25  ETAGS = etags
26  CTAGS = ctags
27 -DIST_SUBDIRS = liburbi utils examples
28 +DIST_SUBDIRS = liburbi utils
29  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
30  INSTALL_HEADER = @INSTALL_HEADER@
31  ACLOCAL = @ACLOCAL@