From 61ade384b3856379e82bceba7768762d04a015ef Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 11 Dec 2003 21:14:05 +0000 Subject: Fixed more build system stuffs here. Make these compile with g++. another 2003-12-11 Dodji Seketeli * src/layeng/Makefile.am,src/seleng/Makefile.am: Fixed more build system stuffs here. * docs/examples/cssom-example-1.c,docs/examples/sac-example-1.c: Make these compile with g++. * src/layeng/Makefile.am: another build system cleanup. * docs/examples/selection-example-1.c,docs/examples/selection-example-1.css, docs/examples/selection-example-1.xml: added this code example from Stefan Seefeld. --- src/layeng/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/layeng/Makefile.am b/src/layeng/Makefile.am index d41ff5a..5a87d59 100644 --- a/src/layeng/Makefile.am +++ b/src/layeng/Makefile.am @@ -14,6 +14,9 @@ INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/src/parser \ LDADD=$(top_srcdir)/src/parser/@CROCO_PARSER_LIB@ endif +#libcrlayeng_la_LDFLAGS=-version-info @LIBCRLAYENG_VERSION_INFO@ \ +#$(top_srcdir)/src/seleng/@CROCO_SELENG_LIB@ @LIBXML2_LIBS@ \ +#@LIBGNOMEUI2_LIBS@ + libcrlayeng_la_LDFLAGS=-version-info @LIBCRLAYENG_VERSION_INFO@ \ -$(top_srcdir)/src/seleng/@CROCO_SELENG_LIB@ @LIBXML2_LIBS@ \ -@LIBGNOMEUI2_LIBS@ \ No newline at end of file +@LIBXML2_LIBS@ @LIBGNOMEUI2_LIBS@ -- cgit v1.2.1