summaryrefslogtreecommitdiff
path: root/shell/Makefile.am
blob: 8ca72cf93d45e7cc255c5b52411d5765ce811806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
libexec_PROGRAMS = weston-desktop-shell

AM_CFLAGS = $(GCC_CFLAGS)
AM_CPPFLAGS = $(CLIENT_CFLAGS) $(GTK_CFLAGS)

weston_desktop_shell_SOURCES =			\
	gtk-shell.c				\
	desktop-shell-client-protocol.h		\
	desktop-shell-protocol.c
weston_desktop_shell_LDADD = $(GTK_LIBS)

BUILT_SOURCES =					\
	desktop-shell-client-protocol.h		\
	desktop-shell-protocol.c

CLEANFILES = $(BUILT_SOURCES)

@wayland_scanner_rules@