Annotation of libwww/modules/expat/xmlparse/Makefile.am, revision 1.3

1.1       frystyk     1: ## Process this file with Automake to create Makefile.in.
                      2: 
                      3: lib_LTLIBRARIES = libxmlparse.la
                      4: libxmlparse_la_LDFLAGS = -version-info "1:0:1"
                      5: 
                      6: INCLUDES = -I$(srcdir)/../xmltok
                      7: 
                      8: libxmlparse_la_SOURCES = \
                      9:        hashtable.h \
                     10:        hashtable.c \
                     11:        xmlparse.c
                     12: 
1.3     ! frystyk    13: include_HEADERS = \
        !            14:        xmlparse.h

Webmaster