diff options
Diffstat (limited to 'xdelta1/test/Makefile.am')
-rw-r--r-- | xdelta1/test/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xdelta1/test/Makefile.am b/xdelta1/test/Makefile.am deleted file mode 100644 index 9ab70bf..0000000 --- a/xdelta1/test/Makefile.am +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | |||
2 | EXTRA_DIST = xdeltatest.c README.test | ||
3 | |||
4 | INCLUDES = -I$(top_srcdir)/libedsio $(GLIB_CFLAGS) | ||
5 | |||
6 | noinst_PROGRAMS = xdeltatest | ||
7 | |||
8 | xdeltatest_SOURCES = xdeltatest.c | ||
9 | |||
10 | xdeltatest_LDADD = $(top_srcdir)/libxdelta.la \ | ||
11 | $(top_srcdir)/libedsio/libedsio.la \ | ||
12 | -lz \ | ||
13 | $(GLIB_LIBS) | ||