From e822cd8d2fc3dac4101e5753478e74c80e9b9a22 Mon Sep 17 00:00:00 2001 From: c9s Date: Sat, 17 May 2014 06:52:26 +0800 Subject: [PATCH] Fix --- .gitignore | 3 --- tests/Makefile.am | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 tests/Makefile.am diff --git a/.gitignore b/.gitignore index 716e3c5..0204a05 100644 --- a/.gitignore +++ b/.gitignore @@ -12,9 +12,6 @@ install_manifest.txt tags # autotools - -Makefile -# Makefile.in *.a *.am *.lo diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..d2f1365 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,5 @@ +bin_PROGRAMS=test_tree +test_tree_SOURCES=test_tree.c +test_tree_LDADD=$(DEPS_LIBS) -L$(top_builddir)/src -lcheck -lr3 +# AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir)/include +AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include