diff --git a/rosapps/notevil/makefile b/rosapps/notevil/makefile index 3f54023b73a..b3048645bb3 100644 --- a/rosapps/notevil/makefile +++ b/rosapps/notevil/makefile @@ -24,4 +24,6 @@ include $(PATH_TO_TOP)/rules.mak include $(TOOLS_PATH)/helper.mk +$(TARGET_NAME).o: resource.h + # EOF diff --git a/rosapps/notevil/resource.h b/rosapps/notevil/resource.h index 24e460090eb..6a7333b059b 100644 --- a/rosapps/notevil/resource.h +++ b/rosapps/notevil/resource.h @@ -1,2 +1,2 @@ #define RES_FIRST_INDEX 1 -#define RES_LAST_INDEX 43 +#define RES_LAST_INDEX 44