aMule: update to 2.3.1
[openwrt/svn-archive/archive.git] / net / mutella / patches / 004-no-host-paths.patch
1 --- a/mutella/Makefile.am
2 +++ b/mutella/Makefile.am
3 @@ -12,8 +12,8 @@ EXTRA_DIST = main.cpp common.cpp common.
4 ####### kdevelop will overwrite this part!!! (end)############
5
6 # set the include path found by configure
7 -INCLUDES= $(all_includes) -I$(includedir)
8 +INCLUDES= $(all_includes)
9
10 # the library search path.
11 -mutella_LDFLAGS = $(all_libraries) -L$(libdir)
12 +mutella_LDFLAGS = $(all_libraries)
13
14 --- a/mutella/Makefile.in
15 +++ b/mutella/Makefile.in
16 @@ -221,10 +221,10 @@ EXTRA_DIST = main.cpp common.cpp common.
17 ####### kdevelop will overwrite this part!!! (end)############
18
19 # set the include path found by configure
20 -INCLUDES = $(all_includes) -I$(includedir)
21 +INCLUDES = $(all_includes)
22
23 # the library search path.
24 -mutella_LDFLAGS = $(all_libraries) -L$(libdir)
25 +mutella_LDFLAGS = $(all_libraries)
26 all: all-recursive
27
28 .SUFFIXES:
29 --- a/util/Makefile.am
30 +++ b/util/Makefile.am
31 @@ -9,10 +9,10 @@ bin_PROGRAMS = mutella_sio
32 mutella_sio_SOURCES = sockio.c
33
34 # set the include path found by configure
35 -INCLUDES= $(all_includes) -I$(includedir)
36 +INCLUDES= $(all_includes)
37
38 # the library search path.
39 -mutella_sio_LDFLAGS = $(all_libraries) -L$(libdir)
40 +mutella_sio_LDFLAGS = $(all_libraries)
41
42
43
44 --- a/util/Makefile.in
45 +++ b/util/Makefile.in
46 @@ -166,10 +166,10 @@ EXTRA_DIST = sockio.c
47 mutella_sio_SOURCES = sockio.c
48
49 # set the include path found by configure
50 -INCLUDES = $(all_includes) -I$(includedir)
51 +INCLUDES = $(all_includes)
52
53 # the library search path.
54 -mutella_sio_LDFLAGS = $(all_libraries) -L$(libdir)
55 +mutella_sio_LDFLAGS = $(all_libraries)
56 all: all-am
57
58 .SUFFIXES: