summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-06-25 16:00:48 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-06-25 16:00:48 -0400
commit529b00eb34805387d37c2eee29a5143c06183052 (patch)
treecfd6e8a6c112cc2c62812bae7b6628ed62064870
parent6a78a9730a18e11fae8807c3844457c29966b147 (diff)
xwm: Add xwayland.h to Makefile.am
-rw-r--r--src/xwayland/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xwayland/Makefile.am b/src/xwayland/Makefile.am
index cae85914..6772f8dd 100644
--- a/src/xwayland/Makefile.am
+++ b/src/xwayland/Makefile.am
@@ -13,7 +13,8 @@ xwayland_la_LIBADD = \
$(XWAYLAND_LIBS) \
$(top_builddir)/shared/libshared.la
xwayland_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
-xwayland_la_SOURCES = \
+xwayland_la_SOURCES = \
+ xwayland.h \
window-manager.c \
selection.c \
launcher.c \