summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/project/headers.mk b/project/headers.mk
index d89e2fd..3ffb290 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -1,17 +1,17 @@
API_HEADERS = \
- $(PROJECT_DIR)/include/pemagine/pemagine.h \
- $(PROJECT_DIR)/include/pemagine/pe_api.h \
- $(PROJECT_DIR)/include/pemagine/pe_consts.h \
- $(PROJECT_DIR)/include/pemagine/pe_inline_asm.h \
- $(PROJECT_DIR)/include/pemagine/pe_structs.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/pemagine.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/pe_api.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/pe_consts.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/pe_inline_asm.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/pe_structs.h \
API_HEADERS_NT32 = \
- $(PROJECT_DIR)/include/pemagine/bits/nt32/pe_inline_asm__gcc.h \
- $(PROJECT_DIR)/include/pemagine/bits/nt32/pe_inline_asm__msvc.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt32/pe_inline_asm__gcc.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt32/pe_inline_asm__msvc.h \
API_HEADERS_NT64 = \
- $(PROJECT_DIR)/include/pemagine/bits/nt64/pe_inline_asm__gcc.h \
- $(PROJECT_DIR)/include/pemagine/bits/nt64/pe_inline_asm__msvc.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt64/pe_inline_asm__gcc.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt64/pe_inline_asm__msvc.h \
INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/pe_impl.h