SF.net SVN: geany-plugins:[630] trunk/wscript

dmaphy at users.sourceforge.net dmaphy at xxxxx
Sat May 9 19:13:46 UTC 2009


Revision: 630
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=630&view=rev
Author:   dmaphy
Date:     2009-05-09 19:13:45 +0000 (Sat, 09 May 2009)

Log Message:
-----------
update wscript to put the geanygdb tty helper to /usr/lib/geany/

Modified Paths:
--------------
    trunk/wscript

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2009-05-09 17:09:11 UTC (rev 629)
+++ trunk/wscript	2009-05-09 19:13:45 UTC (rev 630)
@@ -74,7 +74,7 @@
 		   'gdb-io-envir.c', 'gdb-io-frame.c', 'gdb-io-read.c', 'gdb-io-run.c',
 		   'gdb-io-stack.c', 'gdb-lex.c', 'gdb-ui-break.c', 'gdb-ui-envir.c',
 		   'gdb-ui-frame.c',  'gdb-ui-locn.c', 'gdb-ui-main.c',
-		   'geanydebug.c']), # source files
+		   'geanydebug.c','ttyhelper.c']), # source files
 		 [ 'geanygdb', 'geanygdb/src' ], # include dirs
 		 '0.1'),
 	Plugin('geanysendmail',
@@ -334,8 +334,9 @@
 			features	= 'cc cprogram',
 			source		= [ 'geanygdb/src/ttyhelper.c' ],
 			includes	= p.includes,
-			target		= 'geanygdb_ttyhelper',
-			uselib		= libs
+			target		= 'ttyhelper',
+			uselib		= libs,
+            install_path = '${LIBDIR}/geany'
 		)
 
 	def install_docs(bld, pname, files):


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