Commit cfbe88d4 authored by Damir Franusic's avatar Damir Franusic

Fixes failed distcheck

parent c3f74c40
...@@ -70,7 +70,7 @@ AUTOGENERATED="# This file is autogenerated by $0 ${source_full} ${AFLAGS}" ...@@ -70,7 +70,7 @@ AUTOGENERATED="# This file is autogenerated by $0 ${source_full} ${AFLAGS}"
# Create a common Makefile for the project # Create a common Makefile for the project
cat <<END_MAKEFILE > "${testdir}/Makefile" cat <<END_MAKEFILE > "${testdir}/Makefile"
${AUTOGENERATED} ${AUTOGENERATED}
COMMON_FLAGS= -I. -I${abs_top_srcdir} COMMON_FLAGS= -I. -I${abs_top_builddir}
CFLAGS = \${COMMON_FLAGS} ${CFLAGS:-} ${DEFS} -g -O1 CFLAGS = \${COMMON_FLAGS} ${CFLAGS:-} ${DEFS} -g -O1
CFLAGS += -DSRCDIR=../${srcdir} CFLAGS += -DSRCDIR=../${srcdir}
CXXFLAGS = \${CFLAGS} ${CXXFLAGS} CXXFLAGS = \${CFLAGS} ${CXXFLAGS}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment