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:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user