Include test.xml in the distribution since it is needed for make check.
1 ## Process this file with automake to produce Makefile.in
4 -I$(top_builddir)/gl -I$(top_srcdir)/gl \
5 -I$(top_builddir)/src -I$(top_srcdir)/src \
6 -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
7 -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
8 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
9 -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
10 -DPACKAGE_LOCALSTATE_DIR=\""$(localstatedir)"\" \
11 -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
12 -DPACKAGE_LIB_DIR=\""$(libdir)"\"
14 lib_LTLIBRARIES = librazor.la
16 librazorincludedir = $(includedir)/razor
18 librazorinclude_HEADERS = \
21 librazor_la_SOURCES = \
34 librazor_la_LIBADD = $(ZLIB_LIBS) ../gl/libgnu.la $(EXTRA_LIBS)