[anjuta] project-wizard: Update build file for gnome-shell-extension template
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] project-wizard: Update build file for gnome-shell-extension template
- Date: Sat, 29 Oct 2011 15:33:04 +0000 (UTC)
commit b90e4aa44d88a3a2d6e1aaf544d7e24de6eef206
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Sat Oct 22 17:34:35 2011 +0200
project-wizard: Update build file for gnome-shell-extension template
configure.ac | 2 ++
plugins/project-wizard/templates/Makefile.am | 5 +++--
.../templates/gnome-shell-extension/Makefile.am | 7 +++++++
.../gnome-shell-extension/src/Makefile.am | 5 +++++
4 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fef891b..ee67d9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -850,6 +850,8 @@ plugins/project-wizard/templates/library/src/Makefile
plugins/project-wizard/templates/library/po/Makefile
plugins/project-wizard/templates/directory/Makefile
plugins/project-wizard/templates/m4/Makefile
+plugins/project-wizard/templates/gnome-shell-extension/Makefile
+plugins/project-wizard/templates/gnome-shell-extension/src/Makefile
plugins/am-project/Makefile
plugins/am-project/tests/atlocal
plugins/am-project/tests/Makefile
diff --git a/plugins/project-wizard/templates/Makefile.am b/plugins/project-wizard/templates/Makefile.am
index 51ab8ff..cc18dd0 100644
--- a/plugins/project-wizard/templates/Makefile.am
+++ b/plugins/project-wizard/templates/Makefile.am
@@ -2,7 +2,7 @@
SUBDIRS = minimal terminal cpp gtk gtkapplication anjuta-plugin \
gtkmm wxwin xlib xlib-dock gcj java pygtk \
python mkfile sdl library directory licenses m4 js_minimal \
- vala-gtk
+ vala-gtk gnome-shell-extension
template_in_files = \
minimal.wiz.in \
@@ -24,7 +24,8 @@ template_in_files = \
mkfile.wiz.in \
sdl.wiz.in \
library.wiz.in \
- vala-gtk.wiz.in
+ vala-gtk.wiz.in \
+ gnome-shell-extension.wiz.in
wizard_filesdir = $(anjuta_data_dir)/project
wizard_files_DATA = \
diff --git a/plugins/project-wizard/templates/gnome-shell-extension/Makefile.am b/plugins/project-wizard/templates/gnome-shell-extension/Makefile.am
new file mode 100644
index 0000000..5748ab1
--- /dev/null
+++ b/plugins/project-wizard/templates/gnome-shell-extension/Makefile.am
@@ -0,0 +1,7 @@
+
+SUBDIRS = src
+
+wizard_filesdir = $(anjuta_data_dir)/project/gnome-shell-extension
+wizard_files_DATA = autogen.sh configure.ac.tpl Makefile.am.tpl project.anjuta
+
+-include $(top_srcdir)/git.mk
diff --git a/plugins/project-wizard/templates/gnome-shell-extension/src/Makefile.am b/plugins/project-wizard/templates/gnome-shell-extension/src/Makefile.am
new file mode 100644
index 0000000..9c40138
--- /dev/null
+++ b/plugins/project-wizard/templates/gnome-shell-extension/src/Makefile.am
@@ -0,0 +1,5 @@
+wizard_filesdir = $(anjuta_data_dir)/project/gnome-shell-extension/src
+wizard_files_DATA = extension.js Makefile.am.tpl metadata.json stylesheet.css
+EXTRA_DIST = $(wizard_files_DATA)
+
+-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]