1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Removed the profile_profile.o file from the library to be be built. Added a comment explaining why this was necessary.

This commit is contained in:
obarthel
2021-09-27 11:00:54 +02:00
parent 19323ec218
commit e71249a15b

View File

@ -19,6 +19,10 @@ LIBS += \
##############################################################################
# Olaf (2019-08-22): Please note that "profile_profil.o" can no longer
# be built, presumably for lack of header files needed
# to build it properly.
C_LIB := \
c.lib_rev.o \
ctype_isalnum.o \
@ -66,7 +70,6 @@ C_LIB := \
mount_convertinfo.o \
mount_fstatfs.o \
mount_statfs.o \
profile_profil.o \
signal_checkabort.o \
signal_data.o \
signal_kill.o \