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

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.h \
                     12:        xmlparse.c
                     13: 

Webmaster