SF.net SVN: geany-plugins:[628] trunk/geanygdb/src/Makefile.am
dmaphy at users.sourceforge.net
dmaphy at xxxxx
Sat May 9 14:35:44 UTC 2009
Revision: 628
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=628&view=rev
Author: dmaphy
Date: 2009-05-09 14:35:44 +0000 (Sat, 09 May 2009)
Log Message:
-----------
fix installation path for ttyhelper
Modified Paths:
--------------
trunk/geanygdb/src/Makefile.am
Modified: trunk/geanygdb/src/Makefile.am
===================================================================
--- trunk/geanygdb/src/Makefile.am 2009-05-07 22:48:32 UTC (rev 627)
+++ trunk/geanygdb/src/Makefile.am 2009-05-09 14:35:44 UTC (rev 628)
@@ -21,7 +21,7 @@
geanygdb_la_LDFLAGS = -module -avoid-version
geanygdb_la_LIBADD = @GEANY_LIBS@ $(INTLLIBS)
-geanygdbdir = $(libdir)/geany/
+geanygdbdir = $(libdir)
geanygdb_PROGRAMS = ttyhelper
ttyhelper_SOURCES = ttyhelper.c
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