xwm: Add xwayland.h to Makefile.am

This commit is contained in:
Kristian Høgsberg 2012-06-25 16:00:48 -04:00
parent 6a78a9730a
commit 529b00eb34

View 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 \