summaryrefslogtreecommitdiff
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-02-25 01:27:37 -0500
committermidipix <writeonce@midipix.org>2019-02-25 01:27:37 -0500
commitac584a4c61259908bf5c047691137f51f71faa95 (patch)
tree9cc0431026e44cac57f7d412ab8838d8eb201cc4 /project/headers.mk
parent8e6e57c1b3c8efd162eb80f36bbd83a16a771c8f (diff)
downloadsbpython3-ac584a4c61259908bf5c047691137f51f71faa95.tar.bz2
sbpython3-ac584a4c61259908bf5c047691137f51f71faa95.tar.xz
project: static linking: dlfake: initial commit.
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index a275e50..7078ecf 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -1,3 +1,5 @@
ifneq ($(PYTHON_MAJOR),)
include $(PROJECT_DIR)/project/variants/$(PYTHON_MAJOR).$(PYTHON_MINOR).$(PYTHON_MICRO)/headers.mk
endif
+
+INTERNAL_HEADERS += $(PROJECT_DIR)/wrappers/dlfcn/dlfake.h