From 3c21ff43c3ec1664e757546ced848edd6b385128 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 28 Sep 2011 12:16:33 -0500 Subject: Switching out the prefix for a fixed name --- bindings/vala/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/vala/Makefile.am b/bindings/vala/Makefile.am index 65b980e..d730d38 100644 --- a/bindings/vala/Makefile.am +++ b/bindings/vala/Makefile.am @@ -28,7 +28,7 @@ $(vapiprefix).vapi: $(top_builddir)/src/AppIndicator$(VER)-0.1.gir \ $(vapiprefix)-custom.vala \ $(vapiprefix).deps $(VALA_API_GEN) --library=$(vapiprefix) --girdir=$(srcdir)/src \ - $< $(srcdir)/$(vapiprefix)-custom.vala + $< $(srcdir)/appindicator-0.1-custom.vala CLEANFILES = $(vapi_DATA) -- cgit v1.2.3 From 9a0a2e0c51032a4396922198f37322c7ef47cbbd Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 28 Sep 2011 12:21:09 -0500 Subject: Fix dep as well --- bindings/vala/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/vala/Makefile.am b/bindings/vala/Makefile.am index d730d38..703e7a5 100644 --- a/bindings/vala/Makefile.am +++ b/bindings/vala/Makefile.am @@ -25,7 +25,7 @@ $(vapiprefix).deps: $(vapiprefix).vapi: $(top_builddir)/src/AppIndicator$(VER)-0.1.gir \ $(top_builddir)/src/AppIndicator$(VER)-0.1.metadata \ - $(vapiprefix)-custom.vala \ + appindicator-0.1-custom.vala \ $(vapiprefix).deps $(VALA_API_GEN) --library=$(vapiprefix) --girdir=$(srcdir)/src \ $< $(srcdir)/appindicator-0.1-custom.vala -- cgit v1.2.3 From a0119770c6e87433e7b43ec78fe1b17aaf315d71 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 28 Sep 2011 12:41:09 -0500 Subject: 0.4.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6bf4a6d..d271627 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libappindicator], - [0.4.0], + [0.4.1], [http://bugs.launchpad.net/libappindicator], [libappindicator], [http://launchpad.net/libappindicator]) -- cgit v1.2.3