Skip to content

Commit

Permalink
Added missing makefile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Jun 21, 2020
1 parent 3344065 commit 159a088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ MAN8DIR=$(MANDIR)/man8

N2N_LIB=libn2n.a
N2N_OBJS=$(patsubst src/%.c, src/%.o, $(wildcard src/*.c))
N2N_DEPS=$(wildcard include/*.h) $(wildcard src/*.c) Makefile
N2N_DEPS=$(wildcard include/*.h) $(wildcard src/*.c) Makefile $(N2N_LIB)

LIBS_EDGE+=$(LIBS_EDGE_OPT)
LIBS_SN=
Expand Down

0 comments on commit 159a088

Please sign in to comment.