summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-06 13:37:22 -0400
committermidipix <writeonce@midipix.org>2016-07-21 03:47:25 -0400
commit3882290b0246d8ba1a63ff4000303804b344570e (patch)
tree497666af2d2260823969169da44d505c4bd786ae /project/headers.mk
parent64c88753aee1bbfeee00f9eeb5c561b839873f8d (diff)
downloadptycon-3882290b0246d8ba1a63ff4000303804b344570e.tar.bz2
ptycon-3882290b0246d8ba1a63ff4000303804b344570e.tar.xz
free-standing environment: added minimal gdi definitions and accessor table.
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 84041cc..6ce37e4 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -4,6 +4,9 @@ API_HEADERS = \
INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/argv/argv.h \
+ $(PROJECT_DIR)/src/internal/gdi/gdi.h \
+ $(PROJECT_DIR)/src/internal/gdi/gdi_system.h \
+ $(PROJECT_DIR)/src/internal/gdi/gdi_window.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_init_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_ioctl_impl.h \