X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=9729346b8dc3e04d39d52cc5949f30eca428437d;hb=a546ac5c47c1053b3d03cc686d1c900f601ea237;hp=9539c0fb058551103e34d3029e0f760a8aec2963;hpb=cc87eac5c0e4025fba81abe8433315df84489c56;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 9539c0f..9729346 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@ @@ -50,7 +51,7 @@ SRCS = addrsbr.c ambigsw.c brkstring.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 \ + 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 \