Edit

kc3-lang/libxml2/example/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2002-02-02 09:17:16
    Hash : 253aa2c3
    Message : added more informations in the libxml2-python package including docs. * configure.in libxml.spec.in python/Makefile.am python/TODO python/generator.py python/libxml2class.txt: added more informations in the libxml2-python package including docs. Slightly changed the class hierarchy * python/tests/*: added basic regression tests infrastructure too Daniel

  • example/Makefile.am
  • # AUTOMAKE_ OPTIONS=no-dependencies
    
    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