From 5f981e40f10263c1854f1323000f492b24f87f08 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 17 Jun 2014 20:47:29 -0700 Subject: [PATCH] Add dependency on libresrc headers to all of the src objects --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 3a187bdfe..054af5f07 100644 --- a/src/Makefile +++ b/src/Makefile @@ -204,4 +204,6 @@ $(d)auto4_lua_assfile.o_FLAGS := -I$(TOP)vendor/luajit/include $(d)auto4_lua_dialog.o_FLAGS := -I$(TOP)vendor/luajit/include $(d)auto4_lua_progresssink.o_FLAGS := -I$(TOP)vendor/luajit/include +$(src_OBJ): $(d)libresrc/bitmap.h $(d)libresrc/default_config.h + include $(d)libresrc/Makefile