Revision: 863
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=863&view=rev
Author: hyperair
Date: 2009-07-21 21:42:24 +0000 (Tue, 21 Jul 2009)
Log Message:
-----------
Create tag geany-plugins-0.17.1
Added Paths:
-----------
tags/geany-plugins/geany-plugins-0.17.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 861
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=861&view=rev
Author: hyperair
Date: 2009-07-21 21:29:07 +0000 (Tue, 21 Jul 2009)
Log Message:
-----------
Remove tag (forgot to bump versions)
Removed Paths:
-------------
tags/geany-plugins/geany-plugins-0.17.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 858
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=858&view=rev
Author: hyperair
Date: 2009-07-21 21:05:37 +0000 (Tue, 21 Jul 2009)
Log Message:
-----------
Tag geany-plugins-0.17.1 release
Added Paths:
-----------
tags/geany-plugins/geany-plugins-0.17.1/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 856
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=856&view=rev
Author: hyperair
Date: 2009-07-21 20:45:27 +0000 (Tue, 21 Jul 2009)
Log Message:
-----------
$(libexecdir)/geany-plugins/, not $(libexecdir)
Sorry for the typo
Modified Paths:
--------------
trunk/geany-plugins/geanygdb/src/Makefile.am
Modified: trunk/geany-plugins/geanygdb/src/Makefile.am
===================================================================
--- trunk/geany-plugins/geanygdb/src/Makefile.am 2009-07-21 20:39:03 UTC (rev 855)
+++ trunk/geany-plugins/geanygdb/src/Makefile.am 2009-07-21 20:45:27 UTC (rev 856)
@@ -1,6 +1,6 @@
include $(top_srcdir)/build/vars.build.mk
-geanygdbdir = $(libexecdir)/geanygdb
+geanygdbdir = $(libexecdir)/geany-plugins/geanygdb
geanyplugins_LTLIBRARIES = geanygdb.la
geanygdb_PROGRAMS = ttyhelper
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 855
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=855&view=rev
Author: hyperair
Date: 2009-07-21 20:39:03 +0000 (Tue, 21 Jul 2009)
Log Message:
-----------
Use libexecdir instead of pkglibdir for ttyhelper
Modified Paths:
--------------
trunk/geany-plugins/geanygdb/src/Makefile.am
Modified: trunk/geany-plugins/geanygdb/src/Makefile.am
===================================================================
--- trunk/geany-plugins/geanygdb/src/Makefile.am 2009-07-21 20:36:20 UTC (rev 854)
+++ trunk/geany-plugins/geanygdb/src/Makefile.am 2009-07-21 20:39:03 UTC (rev 855)
@@ -1,6 +1,6 @@
include $(top_srcdir)/build/vars.build.mk
-geanygdbdir = $(pkglibdir)/geanygdb
+geanygdbdir = $(libexecdir)/geanygdb
geanyplugins_LTLIBRARIES = geanygdb.la
geanygdb_PROGRAMS = ttyhelper
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.