From 529b00eb34805387d37c2eee29a5143c06183052 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 25 Jun 2012 16:00:48 -0400 Subject: [PATCH] xwm: Add xwayland.h to Makefile.am --- src/xwayland/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xwayland/Makefile.am b/src/xwayland/Makefile.am index cae8591..6772f8d 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 \ -- 2.7.4