1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

DtHelp: remove unused forced bit order depending on OS type

This commit is contained in:
Jon Trulson 2021-12-12 15:23:28 -07:00
parent a77253f9ce
commit 4a0f9701ab

View file

@ -16,18 +16,9 @@ libDtHelp_la_CFLAGS = -I./il -I./jpeg -I../DtSvc/DtUtil2 -DDTLIB \
libDtHelp_la_LIBADD = $(JPEGLIB) il/libil.la $(LTLIBICONV)
if SOLARIS
libDtHelp_la_CFLAGS += -DLSB_BIT_ORDER
libDtHelp_la_LIBADD += -lw -lgen -lm -lc
endif
if LINUX
libDtHelp_la_CFLAGS += -DLSB_BIT_ORDER
endif
if BSD
libDtHelp_la_CFLAGS += -DLSB_BIT_ORDER
endif
libDtHelp_la_SOURCES = Actions.c AsciiSpc.c Callbacks.c \
Destroy.c Environ_c.c FileListUtils.c \