summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-07-17 12:11:55 +0200
committerDavid Härdeman <david@hardeman.nu>2015-07-17 12:11:55 +0200
commit91f6ceff2e7ef574c30101707f1c8194fc620723 (patch)
tree51f35f18854db48ff9e27b3a0c60a7a052d9f55e /Makefile
parent0b9fa0713dd4e2297e5efc808178c0cd26d2842d (diff)
Implement remote layout resizing
Still need to implement the server-side functionality...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a8192f..e0783f4 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ EXTRA_CFLAGS =
GENERIC_LDFLAGS =
EXTRA_LDFLAGS =
-COMMON_HEADERS = linux-input-keycodes.h linux-input-enum.h
+COMMON_HEADERS = linux-input-keycodes.h linux-input-enum.h shared.h
RCM_PACKAGES = libudev libsystemd
RCM_CFLAGS = ${GENERIC_CFLAGS} ${EXTRA_CFLAGS} $(shell pkg-config --cflags ${RCM_PACKAGES})