Edit

kc3-lang/libxml2/example/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-11-11 21:12:36
    Hash : d8cf9061
    Message : less verbose on difference cleanup fixed xmlCleanupParser() doc work on * check-xinclude-test-suite.py: less verbose on difference * libxml.spec.in: cleanup * parser.c: fixed xmlCleanupParser() doc * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/examples/Makefile.am doc/examples/example1.c doc/examples/examples.xml doc/examples/index.py doc/examples/test1.xml: work on adding C examples and generating automated information about those. examples.xml is autogenerated describing the examples. * example/Makefile.am: cleanup Daniel

  • example/Makefile.am
  • noinst_PROGRAMS	= gjobread
    
    INCLUDES =					\
    	-I$(top_builddir) -I$(top_srcdir)	\
    	-I$(top_builddir)/include		\
    	-I$(top_srcdir)/include -I@srcdir@
    
    LDADD = $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@