From: Kristian Høgsberg Date: Mon, 25 Jun 2012 20:00:48 +0000 (-0400) Subject: xwm: Add xwayland.h to Makefile.am X-Git-Tag: 0.94.90~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=529b00eb34805387d37c2eee29a5143c06183052;p=platform%2Fupstream%2Fweston.git xwm: Add xwayland.h to Makefile.am --- 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 \