SF.net SVN: geany-plugins:[856] trunk/geany-plugins/geanygdb/src/Makefile. am

hyperair at users.sourceforge.net hyperair at xxxxx
Tue Jul 21 20:45:28 UTC 2009


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.



More information about the Plugins-Commits mailing list