Commit 026055ff authored by Lev Walkin's avatar Lev Walkin

avoid referencing skeletons to avoid duplicating symbols

parent a4db2afe
......@@ -65,7 +65,7 @@ AUTOGENERATED="# This file is autogenerated by $0 ${source_full} ${AFLAGS}"
cat <<TARGETS > "${testdir}/Makefile.targets"
${AUTOGENERATED}
COMMON_FLAGS= -I. -I${abs_top_srcdir}/skeletons
COMMON_FLAGS= -I.
CFLAGS = \${COMMON_FLAGS} ${CFLAGS:-} -g -O0
CPPFLAGS = -DSRCDIR=../${srcdir} ${CODECS_FLAGS}
CXXFLAGS = \${COMMON_FLAGS} ${CXXFLAGS}
......@@ -78,7 +78,7 @@ all: compiled-module
check-executable: \$(OBJS)
@rm -f *.core
\$(CC) \$(CPPFLAGS) \$(CFLAGS) \$(LDFLAGS) -o check-executable \$(OBJS) -L${abs_top_builddir}/skeletons/.libs -lasn1cskeletons -lm
\$(CC) \$(CPPFLAGS) \$(CFLAGS) \$(LDFLAGS) -o check-executable \$(OBJS) -lm
# Compile the corresponding .asn1 spec.
compiled-module: ${asn_module} ${abs_top_builddir}/asn1c/asn1c
......
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