summaryrefslogtreecommitdiff
path: root/shell/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
new file mode 100644
index 0000000..8ca72cf
--- /dev/null
+++ b/shell/Makefile.am
@@ -0,0 +1,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@