Remove hpversion.h from repository
This patch removes hpversion.h from the repository, this also untangles a lot of ifdef mess. This closes bug CDExc19524.
This commit is contained in:
@@ -14,9 +14,9 @@ EXTRA_DEFINES = -DHP_COLOR
|
||||
SYS_LIBRARIES = -lm -ldl -lgen
|
||||
#endif
|
||||
|
||||
SRCS1 = dthello.c version.c
|
||||
SRCS1 = dthello.c
|
||||
SRCS = $(SRCS1)
|
||||
OBJS = dthello.o version.o \
|
||||
OBJS = dthello.o \
|
||||
$(CDELIBSRC)/DtSvc/DtUtil2/EnvControl.o \
|
||||
$(CDELIBSRC)/DtSvc/DtUtil2/DtNlUtils.o \
|
||||
$(CDELIBSRC)/DtSvc/DtUtil2/GetDispRes.o
|
||||
|
||||
Reference in New Issue
Block a user