diff options
author | David Härdeman <david@hardeman.nu> | 2015-07-17 12:11:55 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2015-07-17 12:11:55 +0200 |
commit | 91f6ceff2e7ef574c30101707f1c8194fc620723 (patch) | |
tree | 51f35f18854db48ff9e27b3a0c60a7a052d9f55e /Makefile | |
parent | 0b9fa0713dd4e2297e5efc808178c0cd26d2842d (diff) |
Implement remote layout resizing
Still need to implement the server-side functionality...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}) |