diff options
author | midipix <writeonce@midipix.org> | 2016-07-14 04:09:06 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:28 -0400 |
commit | a389fbf9c977d50c492d8efb6b9e260572f1eb9a (patch) | |
tree | b4f5d992c98de6f09ab423120df60bd14d87de86 /project | |
parent | 324584bf01e943a22b1f643aa66d769720892b0c (diff) | |
download | ptycon-a389fbf9c977d50c492d8efb6b9e260572f1eb9a.tar.bz2 ptycon-a389fbf9c977d50c492d8efb6b9e260572f1eb9a.tar.xz |
daemon: added initial definitions and interface declarations.
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 98ecdf5..9da8130 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -8,6 +8,7 @@ INTERNAL_HEADERS = \ $(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)_daemon_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 \ |