diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-05 12:58:54 +0100 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-05 13:00:09 +0100 |
| commit | 0fdc7d88d3b38972b8d2242c981a6e09da4647a3 (patch) | |
| tree | 2d528a4cdfac7284d516a1c0e86879e5151ef80e /shell/Makefile.am | |
| parent | be766f12c4c9629d720e149a983503034d75c192 (diff) | |
| download | graynard-0fdc7d88d3b38972b8d2242c981a6e09da4647a3.tar.gz graynard-0fdc7d88d3b38972b8d2242c981a6e09da4647a3.zip | |
rename project from weston-gtk-shell to maynard
Diffstat (limited to 'shell/Makefile.am')
| -rw-r--r-- | shell/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 7f870c7..773bca5 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,9 +1,9 @@ -libexec_PROGRAMS = weston-gtk-shell +libexec_PROGRAMS = maynard AM_CFLAGS = $(GCC_CFLAGS) AM_CPPFLAGS = $(CLIENT_CFLAGS) $(GTK_CFLAGS) -weston_gtk_shell_SOURCES = \ +maynard_SOURCES = \ gtk-shell.c \ app-icon.c \ app-icon.h \ @@ -21,28 +21,28 @@ weston_gtk_shell_SOURCES = \ vertical-clock.h \ launcher.c \ launcher.h \ - weston-gtk-shell-resources.c \ - weston-gtk-shell-resources.h \ + maynard-resources.c \ + maynard-resources.h \ desktop-shell-client-protocol.h \ desktop-shell-protocol.c \ shell-helper-client-protocol.h \ shell-helper-protocol.c -weston_gtk_shell_LDADD = $(GTK_LIBS) +maynard_LDADD = $(GTK_LIBS) BUILT_SOURCES = \ desktop-shell-client-protocol.h \ desktop-shell-protocol.c \ shell-helper-client-protocol.h \ shell-helper-protocol.c \ - weston-gtk-shell-resources.c \ - weston-gtk-shell-resources.h + maynard-resources.c \ + maynard-resources.h # gresource for css -resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/weston-gtk-shell.gresource.xml) -weston-gtk-shell-resources.c: weston-gtk-shell.gresource.xml $(resource_files) - $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name weston_gtk_shell $< -weston-gtk-shell-resources.h: weston-gtk-shell.gresource.xml $(resource_files) - $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name weston_gtk_shell $< +resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/maynard.gresource.xml) +maynard-resources.c: maynard.gresource.xml $(resource_files) + $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name maynard $< +maynard-resources.h: maynard.gresource.xml $(resource_files) + $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name maynard $< EXTRA_DIST = style.css |
