summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 16:00:20 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 16:00:20 -0700
commit345ee08ae64578d6f136664964fc57560181eb4e (patch)
treeb5f523854ff282e8a9a311eef94c40cf80a28872
parent2de8c480667b69cac6cf42fac9230abe2da08db1 (diff)
Add xcwm_internal.h to libxcwm_la_SOURCES to fix 'make distcheck'
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/libxcwm/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libxcwm/Makefile.am b/src/libxcwm/Makefile.am
index d2c9e37..4bc7b3f 100644
--- a/src/libxcwm/Makefile.am
+++ b/src/libxcwm/Makefile.am
@@ -8,6 +8,7 @@ libxcwm_la_LDFLAGS = -version-number 0:0:0 -no-undefined
libxcwm_la_LIBADD = $(XCB_LIBS)
libxcwm_la_SOURCES = \
+ xcwm_internal.h \
context.c \
window.c \
context_list.c \
@@ -15,6 +16,6 @@ libxcwm_la_SOURCES = \
init.c \
util.c \
image.c \
- input.c \
+ input.c \
atoms.c \
keyboard.c