X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;fp=sbr%2FMakefile.in;h=64ecb9ebae475b4dbe1204d008d4c9c71336d685;hp=9539c0fb058551103e34d3029e0f760a8aec2963;hb=2dfc2b7e8d543372cd1a66a3d7dc02f7f5e40b7d;hpb=92009746ef66e8a9a9dc6643845e839e0debaf18 diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 9539c0f..64ecb9e 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@