16 lines
295 B
Makefile
16 lines
295 B
Makefile
## $Id: Makefile.am,v 1.3 2008/11/09 13:50:16 aleidinger Exp $
|
|
|
|
include $(top_srcdir)/Makefile.am.global
|
|
|
|
EXTRA_DIST = \
|
|
Makefile.tinyxml \
|
|
changes.txt \
|
|
dox \
|
|
makedistlinux \
|
|
makedistwin.bat \
|
|
readme.txt \
|
|
tinyxml.cpp \
|
|
tinyxml.h \
|
|
tinyxmlerror.cpp \
|
|
tinyxmlparser.cpp \
|
|
xmltest.cpp
|