[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: Makefile.am
User: peterb
Date: 07/05/28 03:27:24
Modified: . Makefile.am
Log:
Add managed text buffers to libgeda.
In order to facilitate loading symbols & schematics from
memory without an extensive rewrite, this patch adds an API
for reading memory arrays a bit like a file.
Using memory streams & fgets would be nicer, but unfortunately
memory streams are a GNU libc extension.
Revision Changes Path
1.62 eda/geda/gaf/libgeda/src/Makefile.am
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Makefile.am
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/Makefile.am,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- Makefile.am 17 Apr 2007 20:19:20 -0000 1.61
+++ Makefile.am 28 May 2007 07:27:24 -0000 1.62
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.61 2007-04-17 20:19:20 pcjc2 Exp $
+# $Id: Makefile.am,v 1.62 2007-05-28 07:27:24 peterb Exp $
#
# NOTE: Don't forget that in the libtool distribution, files in this
# directory are distributed by the demo_distfiles variable in the top
@@ -20,7 +20,7 @@
o_pin_basic.c o_image.c o_embed.c \
u_basic.c s_attrib.c s_basic.c \
s_clib.c s_encoding.c s_hierarchy.c s_papersizes.c s_stretch.c \
- s_log.c \
+ s_log.c s_textbuffer.c \
s_page.c s_slib.c s_color.c s_undo.c s_conn.c \
s_cue.c s_tile.c s_menu.c s_toplevel.c g_smob.c libgeda.c \
g_register.c g_rc.c i_vars.c o_picture.c gdk-pixbuf-hacks.c
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs