X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=9539c0fb058551103e34d3029e0f760a8aec2963;hb=1b97b10a0b0455edff975e23e2783c0c0b4b60d4;hp=dfd6c38553ef9ea24b7f514f50612d8d5b9501c3;hpb=d854cd83e7b14f3bc686688ef7099b5d75157647;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index dfd6c38..9539c0f 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -17,7 +17,8 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I$(top_srcdir) @CPPFLAGS@ +# add include dir . for sigmsg.h when building in different directory +INCLUDES = -I$(top_srcdir) -I. @CPPFLAGS@ LEX = @LEX@ AWK = @AWK@ @@ -67,7 +68,7 @@ SRCS = addrsbr.c ambigsw.c brkstring.c \ seq_setprev.c seq_setunseen.c signals.c \ smatch.c snprintb.c strcasecmp.c \ strindex.c trim.c trimcpy.c uprf.c vfgets.c fmt_def.c \ - mf.c utils.c m_mktemp.c + mf.c utils.c m_mktemp.c seq_msgstats.c OBJS = $(SRCS:.c=.o) @@ -93,7 +94,7 @@ lint: sigmsg.h # Also, not all makes accept $< in non-pattern rules, # hence the explicit filenames here. dtimep.c: dtimep.lex - $(LEX) -n -t $(srcdir)/dtimep.lex > dtimep.c + $(LEX) -n -t $(srcdir)/dtimep.lex > $@ pidstatus.o: sigmsg.h