summaryrefslogtreecommitdiff
path: root/project/custom.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-26 11:55:17 -0400
committermidipix <writeonce@midipix.org>2016-04-26 11:58:09 -0400
commit22223cec22db107b711f1d59856971aed3c05bc6 (patch)
treefd0045c3bdfe581b8d28055ab3aa0e8219fa7982 /project/custom.mk
parent34b7fe2590d2dab2dae76fb4944ec15b4e63e9ec (diff)
downloadapimagic-22223cec22db107b711f1d59856971aed3c05bc6.tar.bz2
apimagic-22223cec22db107b711f1d59856971aed3c05bc6.tar.xz
build system: move implib and soname defs to pe- and elf-specific recipes.
Diffstat (limited to 'project/custom.mk')
-rw-r--r--project/custom.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/custom.mk b/project/custom.mk
index 3a30273..16ff41d 100644
--- a/project/custom.mk
+++ b/project/custom.mk
@@ -1,3 +1,7 @@
ifeq ($(OS_BINFMT),PE)
include $(PROJECT_DIR)/sysinfo/os/pe.mk
endif
+
+ifeq ($(OS_BINFMT),ELF)
+include $(PROJECT_DIR)/sysinfo/os/elf.mk
+endif