X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=61fc96c025007945d6cbdaa37289fb2e6bcc5187;hb=976303d04d3bc2cad0afd5e3d364264783da56c2;hp=9539c0fb058551103e34d3029e0f760a8aec2963;hpb=cc87eac5c0e4025fba81abe8433315df84489c56;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 9539c0f..61fc96c 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -17,8 +17,9 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -# add include dir . for sigmsg.h when building in different directory -INCLUDES = -I$(top_srcdir) -I. @CPPFLAGS@ +# add include dir . for sigmsg.h and .. for config.h when building +# in different directory +INCLUDES = -I$(top_srcdir) -I. -I.. @CPPFLAGS@ LEX = @LEX@ AWK = @AWK@ @@ -49,8 +50,8 @@ SRCS = addrsbr.c ambigsw.c brkstring.c \ context_find.c context_read.c \ context_replace.c context_save.c \ cpydata.c cpydgst.c crawl_folders.c \ - discard.c done.c dtime.c dtimep.c \ - error.c ext_hook.c folder_addmsg.c folder_delmsgs.c \ + dtime.c dtimep.c \ + error.c execprog.c ext_hook.c folder_addmsg.c folder_delmsgs.c \ folder_free.c folder_read.c \ folder_realloc.c gans.c getans.c getanswer.c \ getarguments.c getcpy.c \