Make event-config.h depend on Makefile.am

This commit is contained in:
Nick Mathewson 2012-02-29 15:07:14 -05:00
parent af7ba6955e
commit 2958a5cd3a

View File

@ -162,7 +162,7 @@ endif
BUILT_SOURCES = ./include/event2/event-config.h
./include/event2/event-config.h: config.h
./include/event2/event-config.h: config.h Makefile.am
$(MKDIR_P) ./include/event2 || true
echo '/* event2/event-config.h' > $@
echo ' *' >> $@