]> git.pld-linux.org Git - packages/pdnsd.git/blob - pdnsd-ac_am.patch
- updated
[packages/pdnsd.git] / pdnsd-ac_am.patch
1 diff -urN pdnsd-1.1.8b1.org/configure.in pdnsd-1.1.8b1/configure.in
2 --- pdnsd-1.1.8b1.org/configure.in      2003-12-12 18:29:58.081177325 +0100
3 +++ pdnsd-1.1.8b1/configure.in  2003-12-12 18:31:14.825124282 +0100
4 @@ -385,12 +385,5 @@
5  src/Makefile
6  src/conf-lex.l
7  src/pdnsd-ctl/Makefile
8 -src/rc/Makefile
9 -src/rc/RedHat/Makefile
10 -src/rc/RedHat/pdnsd
11 -src/rc/SuSE/Makefile
12 -src/rc/SuSE/pdnsd
13 -src/rc/Debian/Makefile
14 -src/rc/Debian/pdnsd
15  src/test/Makefile
16  ])
17 diff -urN pdnsd-1.1.8b1.org/src/Makefile.am pdnsd-1.1.8b1/src/Makefile.am
18 --- pdnsd-1.1.8b1.org/src/Makefile.am   2003-12-12 18:29:58.086176280 +0100
19 +++ pdnsd-1.1.8b1/src/Makefile.am       2003-12-12 18:31:14.827123863 +0100
20 @@ -11,7 +11,7 @@
21  
22  ## Try to do this last
23  
24 -SUBDIRS = pdnsd-ctl rc test
25 +SUBDIRS = pdnsd-ctl test
26  
27  conf-parse.c: conf-parse.y
28         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && perl yyparse_local_decl.pl y.tab.c > $*.c
29 diff -urN pdnsd-1.1.8b1.org/src/pdnsd-ctl/Makefile.am pdnsd-1.1.8b1/src/pdnsd-ctl/Makefile.am
30 --- pdnsd-1.1.8b1.org/src/pdnsd-ctl/Makefile.am 2003-12-12 18:29:58.139165195 +0100
31 +++ pdnsd-1.1.8b1/src/pdnsd-ctl/Makefile.am     2003-12-12 18:35:04.338126659 +0100
32 @@ -2,9 +2,7 @@
33  
34  sbin_PROGRAMS = pdnsd-ctl
35  
36 -pdnsd_ctl_SOURCES = pdnsd-ctl.c
37 -pdnsd_ctl_LDADD =  rr_types.o
38 -pdnsd_ctl_DEPENDENCIES = rr_types.o
39 +pdnsd_ctl_SOURCES = pdnsd-ctl.c $(top_srcdir)/src/rr_types.c
40  
41  # These are Symlinks we want to have in the package
42  #EXTRA_DIST = rr_types.h
43 diff -urN pdnsd-1.1.8b1.org/src/test/Makefile.am pdnsd-1.1.8b1/src/test/Makefile.am
44 --- pdnsd-1.1.8b1.org/src/test/Makefile.am      2003-12-12 18:29:58.162160385 +0100
45 +++ pdnsd-1.1.8b1/src/test/Makefile.am  2003-12-12 18:39:40.666359767 +0100
46 @@ -6,27 +6,15 @@
47  ## Dirty trick:  I demand that these objects be built; then, with the knowledge
48  ## that the object files will end up here, I redefine the link chain. 
49  
50 -TESTADDSRC=
51 -#TESTADDSRC= netdev.c error.c thread.c helpers.c icmp.c
52 -TESTDEPS = ../netdev.o ../error.o ../thread.o ../helpers.o ../icmp.o
53 -
54 -TESTOBJS = netdev.o error.o thread.o helpers.o icmp.o
55 +TESTADDSRC = $(top_srcdir)/src/netdev.c $(top_srcdir)/src/error.c $(top_srcdir)/src/thread.c $(top_srcdir)/src/helpers.c $(top_srcdir)/src/icmp.c
56  
57  if_up_SOURCES = if_up.c $(TESTADDSRC)
58 -if_up_LDADD =  $(TESTOBJS)
59 -if_up_DEPENDENCIES = $(TESTDEPS)
60  
61  is_local_addr_SOURCES = is_local_addr.c $(TESTADDSRC)
62 -is_local_addr_LDADD = $(TESTOBJS)
63 -is_local_addr_DEPENDENCIES = $(TESTDEPS)
64  
65  tping_SOURCES = tping.c $(TESTADDSRC)
66 -tping_LDADD = $(TESTOBJS)
67 -tping_DEPENDENCIES = $(TESTDEPS)
68  
69  random_SOURCES = random.c $(TESTADDSRC)
70 -random_LDADD = $(TESTOBJS)
71 -random_DEPENDENCIES = $(TESTDEPS)
72  
73  # These are Symlinks we want to have in the package
74  #EXTRA_DIST = conff.h error.h helpers.h icmp.h ipvers.h netdev.h thread.h cacheing
This page took 0.029304 seconds and 3 git commands to generate.