diff options
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 5e2dd9b9..5d78b501 100644 --- a/src/Makefile +++ b/src/Makefile @@ -100,6 +100,7 @@ all: .depend $(TARGET) version.h: sed -n -e 's/^VERSION =[[:space:]]*\([^[:space:]]*\).*/#define VERSION "\1\"/p' ../Makefile > version.h + test -n "${BRANDING}" && echo "#define BRANDING \"${BRANDING}\"" >> version.h $(LIBEINFOOBJS): $(CC) $(CPPFLAGS) $(CPPFLAGS_LIBEINFO) $(CFLAGS) -fPIC -c $< |