xwm: Add xwayland.h to Makefile.am
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 25 Jun 2012 20:00:48 +0000 (16:00 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 25 Jun 2012 20:00:48 +0000 (16:00 -0400)
src/xwayland/Makefile.am

index cae8591..6772f8d 100644 (file)
@@ -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                              \