[anjuta-extras] Updates files for release



commit c030cd2b921fb5aa7b91dc132ca3a5454ad7d810
Author: Johannes Schmid <jhs gnome org>
Date:   Sun May 24 12:31:39 2009 +0200

    Updates files for release
---
 NEWS                |    7 +++++++
 configure.ac        |    3 +--
 plugins/Makefile.am |    2 +-
 scripts/Makefile.am |    6 ------
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index e69de29..5697683 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,7 @@
+anjuta-extras 2.27.1  (6 May 2009) -- Johannes Schmid
+
+Updates:
+- Build and installation fixes
+
+Bug fixes:
+- #577721 â?? tooltips appears in wrong position
diff --git a/configure.ac b/configure.ac
index f9458d1..15690c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Created by Anjuta application wizard.
 
-AC_INIT(anjuta-extras, 2.27.0)
+AC_INIT(anjuta-extras, 2.27.1)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AC_CONFIG_HEADERS([config.h])
@@ -226,7 +226,6 @@ plugins/Makefile
 plugins/scratchbox/Makefile
 plugins/class-inheritance/Makefile
 plugins/sample1/Makefile
-plugins/indent/Makefile
 plugins/valgrind/Makefile
 plugins/profiler/Makefile
 plugins/scintilla/Makefile
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 4586ebb..a817478 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1 +1 @@
-SUBDIRS = class-inheritance valgrind scratchbox profiler scintilla
+SUBDIRS = class-inheritance valgrind scratchbox profiler scintilla sample1
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index f14b8cb..52ed3b3 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,9 +1,3 @@
-anjuta_datadir = $(anjuta_data_dir)
-
-anjuta_data_DATA = anjuta_project.template
-
-EXTRA_DIST = $(anjuta_data_DATA)
-
 # Distribute but don't install glade2schema.pl
 dist-hook:
 	cp $(srcdir)/glade2schema.pl $(distdir)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]