diff --git a/lib/Makefile b/lib/Makefile index b5218f3..b5c0a33 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ -ifdef _LIBVER_SUPPORT - DEP += ../../libver/ver.h - LIBDIR += -I ../../libver +ifdef LIBVER_SUPPORT + DEP += ../../libver/lib/ver.h + LIBDIR += -I ../../libver/lib FLAG += -D_LIBVER_SUPPORT endif