diff options
author | midipix <writeonce@midipix.org> | 2025-06-20 09:06:13 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-20 09:07:44 +0000 |
commit | 741ffc53860054bf411818e9fe2cae2fb594af35 (patch) | |
tree | 79b656de72eb5ff6cfa66a0278f4bd1578384961 /project | |
parent | f8058261c3c45da8391de887b2eb89b98d146b6a (diff) | |
download | sltdl-741ffc53860054bf411818e9fe2cae2fb594af35.tar.bz2 sltdl-741ffc53860054bf411818e9fe2cae2fb594af35.tar.xz |
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
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 \ |