From 4b36723ee6d556adb380d7f99c223adbabc60c5d Mon Sep 17 00:00:00 2001 From: Luis Kornblueh Date: Mon, 1 Oct 2012 16:28:43 +0100 Subject: [PATCH] A wrong definition in test/Makefile.am and the m4 directory and header files in inlcude were missing. --- .gitignore | 3 ++- include/libaec.h | 1 + include/szlib.h | 1 + tests/Makefile.am | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) create mode 120000 include/libaec.h create mode 120000 include/szlib.h diff --git a/.gitignore b/.gitignore index 253a80b..06dc412 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,6 @@ config.status configure libtool autom4te.cache -m4 +.DS_Store +data diff --git a/include/libaec.h b/include/libaec.h new file mode 120000 index 0000000..ccf5359 --- /dev/null +++ b/include/libaec.h @@ -0,0 +1 @@ +../src/libaec.h \ No newline at end of file diff --git a/include/szlib.h b/include/szlib.h new file mode 120000 index 0000000..f74bf00 --- /dev/null +++ b/include/szlib.h @@ -0,0 +1 @@ +../src/szlib.h \ No newline at end of file diff --git a/tests/Makefile.am b/tests/Makefile.am index dfb1213..2821b0d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src +AM_CPPFLAGS = -I$(top_srcdir)/src TESTS = check_code_options check_buffer_sizes check_LTLIBRARIES = libcheck_aec.la libcheck_aec_la_SOURCES = check_aec.c check_aec.h -- 2.7.4