Revision: 732 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=732&view=rev Author: hyperair Date: 2009-06-14 17:19:03 +0000 (Sun, 14 Jun 2009)
Log Message: ----------- Build ttyhelper in geanygdb
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-06-14 17:16:50 UTC (rev 731) +++ trunk/geany-plugins/geanygdb/src/Makefile.am 2009-06-14 17:19:03 UTC (rev 732) @@ -1,6 +1,7 @@ include $(top_srcdir)/build/vars.mk
geanyplugins_LTLIBRARIES = geanygdb.la +geanyplugins_PROGRAMS = ttyhelper
geanygdb_la_SOURCES = \ gdb-io.h \ @@ -15,7 +16,6 @@ gdb-ui-main.c \ gdb-io-frame.c \ gdb-io-run.c \ - ttyhelper.c \ gdb-io-read.c \ gdb-ui-break.c \ gdb-io-envir.c \ @@ -23,3 +23,5 @@ gdb-ui-locn.c
geanygdb_la_LIBADD = $(COMMONLIBS) + +ttyhelper_SOURCES = ttyhelper.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.