diff options
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 6ce37e4..98ecdf5 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -7,6 +7,7 @@ INTERNAL_HEADERS = \ $(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)_bridge_impl.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 \ |