A wrong definition in test/Makefile.am and the m4 directory and header files in inlcu...
authorLuis Kornblueh <luis.kornblueh@zmaw.de>
Mon, 1 Oct 2012 15:28:43 +0000 (16:28 +0100)
committerThomas Jahns <jahns@dkrz.de>
Tue, 19 Feb 2013 10:32:59 +0000 (11:32 +0100)
.gitignore
include/libaec.h [new symlink]
include/szlib.h [new symlink]
tests/Makefile.am

index 253a80b..06dc412 100644 (file)
@@ -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 (symlink)
index 0000000..ccf5359
--- /dev/null
@@ -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 (symlink)
index 0000000..f74bf00
--- /dev/null
@@ -0,0 +1 @@
+../src/szlib.h
\ No newline at end of file
index dfb1213..2821b0d 100644 (file)
@@ -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