[anjuta] Fixed distcheck
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] Fixed distcheck
- Date: Tue, 30 Nov 2010 17:02:27 +0000 (UTC)
commit 5f9a800f3695a783edb38b6d86131284d70494a1
Author: Johannes Schmid <jhs gnome org>
Date: Tue Nov 30 18:01:39 2010 +0100
Fixed distcheck
configure.ac | 1 -
plugins/am-project/Makefile.am | 2 ++
plugins/am-project/tests/Makefile.am | 3 ++-
plugins/code-analyzer/Makefile.am | 7 +++----
plugins/git/Makefile.am | 2 +-
5 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cf206ed..320e229 100644
--- a/configure.ac
+++ b/configure.ac
@@ -915,7 +915,6 @@ plugins/project-wizard/templates/m4/Makefile
plugins/am-project/Makefile
plugins/am-project/tests/atlocal
plugins/am-project/tests/Makefile
-plugins/mk-project/Makefile
plugins/dir-project/Makefile
plugins/language-support-cpp-java/Makefile
plugins/language-support-cpp-java/cxxparser/Makefile
diff --git a/plugins/am-project/Makefile.am b/plugins/am-project/Makefile.am
index 4254ce2..13321b1 100644
--- a/plugins/am-project/Makefile.am
+++ b/plugins/am-project/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = tests
+
# Plugin UI file
plugin_uidir = $(anjuta_ui_dir)
plugin_ui_DATA =
diff --git a/plugins/am-project/tests/Makefile.am b/plugins/am-project/tests/Makefile.am
index 6c8e6b1..b049874 100644
--- a/plugins/am-project/tests/Makefile.am
+++ b/plugins/am-project/tests/Makefile.am
@@ -1,5 +1,6 @@
-EXTRA_DIST = testsuite.at $(TESTSUITE_AT) $(srcdir)/package.m4 $(TESTSUITE)
+EXTRA_DIST = testsuite.at $(TESTSUITE_AT) $(srcdir)/package.m4 $(TESTSUITE) \
+ atlocal.in
$(srcdir)/package.m4: $(top_srcdir)/configure.ac
rm -f $@ $ tmp
diff --git a/plugins/code-analyzer/Makefile.am b/plugins/code-analyzer/Makefile.am
index eba645a..6e4eb22 100644
--- a/plugins/code-analyzer/Makefile.am
+++ b/plugins/code-analyzer/Makefile.am
@@ -41,10 +41,9 @@ prefs_ui_files = code-analyzer.ui
include $(top_srcdir)/scripts/build-schemas.mk
EXTRA_DIST = \
- anjuta-marshal.list \
$(plugin_in_files) \
- $(sourceview_plugin_DATA) \
- $(sourceview_pixmaps_DATA) \
- $(sourceview_ui_DATA)
+ $(code_analyzer_plugin_DATA) \
+ $(code_analyzer_pixmaps_DATA) \
+ $(code_analyzer_ui_DATA)
-include $(top_srcdir)/git.mk
diff --git a/plugins/git/Makefile.am b/plugins/git/Makefile.am
index 34fefdc..d986b52 100644
--- a/plugins/git/Makefile.am
+++ b/plugins/git/Makefile.am
@@ -161,7 +161,7 @@ libanjuta_git_la_SOURCES = \
git-create-branch-pane.c \
git-create-branch-pane.h \
git-delete-branches-pane.c \
- git-delete-branch-pane.h \
+ git-delete-branches-pane.h \
git-switch-branch-pane.c \
git-switch-branch-pane.h \
git-merge-pane.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]