summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2003-12-11 21:14:05 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-12-11 21:14:05 +0000
commit61ade384b3856379e82bceba7768762d04a015ef (patch)
tree1491ca77c9990fac776faee8e18adda439fb9495 /src
parent7da465f33ed5cd06d322eb0cdf174f313a2cf6e6 (diff)
downloadlibcroco-61ade384b3856379e82bceba7768762d04a015ef.tar.gz
Fixed more build system stuffs here. Make these compile with g++. another
2003-12-11 Dodji Seketeli <dodji@gnome.org> * 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.
Diffstat (limited to 'src')
-rw-r--r--src/layeng/Makefile.am7
1 files changed, 5 insertions, 2 deletions
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@