summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-20 09:06:13 +0000
committermidipix <writeonce@midipix.org>2025-06-20 09:07:44 +0000
commit741ffc53860054bf411818e9fe2cae2fb594af35 (patch)
tree79b656de72eb5ff6cfa66a0278f4bd1578384961 /project
parentf8058261c3c45da8391de887b2eb89b98d146b6a (diff)
downloadsltdl-741ffc53860054bf411818e9fe2cae2fb594af35.tar.bz2
sltdl-741ffc53860054bf411818e9fe2cae2fb594af35.tar.xz
api: added LT_ERROR_ macros as SLTDL_ERR_ synonyms for backward compatibility.HEADmain
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 585234b..c4f912b 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -1,6 +1,7 @@
API_HEADERS = \
$(PROJECT_DIR)/include/$(PACKAGE)/sltdl.h \
$(PROJECT_DIR)/include/$(PACKAGE)/sltdl_api.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/sltdl_compat.h \
INTERNAL_HEADERS = \
$(SOURCE_DIR)/src/internal/sltdl_core.h \