]> git.sur5r.net Git - bacula/bacula/blob - bacula/patches/1.34.6/1.34.6-gnome-console-Makefile.in.patch
ebl Add patch to allow a more easy selection for restore
[bacula/bacula] / bacula / patches / 1.34.6 / 1.34.6-gnome-console-Makefile.in.patch
1 --- Makefile.in 2004-07-29 15:29:56.000000000 -0400
2 +++ gnome-console-Makefile.in   2004-08-01 14:22:04.000000000 -0400
3 @@ -12,7 +12,7 @@
4  # top dir
5  topdir = ../..
6  # this dir relative to top dir
7 -thisdir = src/gnome2-console
8 +thisdir = src/gnome-console
9  
10  DEBUG=@DEBUG@
11  
12 @@ -26,10 +26,9 @@
13  
14  
15  #
16 -CONSSRCS = console.c console_conf.c authenticate.c support.c interface.c callbacks.c \
17 -          restore.c
18 -CONSOBJS = console.o console_conf.o authenticate.o support.o interface.o callbacks.o \
19 -          restore.o
20 +CONSSRCS = console.c console_conf.c authenticate.c support.c interface.c callbacks.c
21 +
22 +CONSOBJS = console.o console_conf.o authenticate.o support.o interface.o callbacks.o 
23  
24  # these are the objects that are changed by the .configure process
25  EXTRAOBJS = @OBJLIST@