Skip to content
Snippets Groups Projects
Commit 4b36723e authored by Luis Kornblueh's avatar Luis Kornblueh Committed by Thomas Jahns
Browse files

A wrong definition in test/Makefile.am and the m4 directory and header files...

A wrong definition in test/Makefile.am and the m4 directory and header files in inlcude were missing.
parent df0de853
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,6 @@ config.status
configure
libtool
autom4te.cache
m4
.DS_Store
data
../src/libaec.h
\ No newline at end of file
../src/szlib.h
\ No newline at end of file
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment