summaryrefslogtreecommitdiff
path: root/shell/Makefile.am
blob: 4b73361aa6ebeb43a361f07bb299abf1ab5ebf35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
libexec_PROGRAMS = weston-gtk-shell

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

external_sources =				\
	egg-flow-box-accessible.c		\
	egg-flow-box-accessible.h		\
	egg-flow-box.c				\
	egg-flow-box.h

weston_gtk_shell_SOURCES =			\
	gtk-shell.c				\
	app-launcher.c				\
	app-launcher.h				\
	clock.c					\
	clock.h					\
	favorites.c				\
	favorites.h				\
	launcher-grid.c				\
	launcher-grid.h				\
	shell-app-system.c			\
	shell-app-system.h			\
	sound-applet.c				\
	sound-applet.h				\
	desktop-shell-client-protocol.h		\
	desktop-shell-protocol.c		\
	$(external_sources)
weston_gtk_shell_LDADD = $(GTK_LIBS)

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

CLEANFILES = $(BUILT_SOURCES)

@wayland_scanner_rules@