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.
plugins-commits@lists.geany.org