summaryrefslogtreecommitdiff
path: root/xdelta1/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta1/test/Makefile.am')
-rw-r--r--xdelta1/test/Makefile.am13
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
2EXTRA_DIST = xdeltatest.c README.test
3
4INCLUDES = -I$(top_srcdir)/libedsio $(GLIB_CFLAGS)
5
6noinst_PROGRAMS = xdeltatest
7
8xdeltatest_SOURCES = xdeltatest.c
9
10xdeltatest_LDADD = $(top_srcdir)/libxdelta.la \
11 $(top_srcdir)/libedsio/libedsio.la \
12 -lz \
13 $(GLIB_LIBS)