Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caitlin Ross
codes
Commits
b2d7138f
Commit
b2d7138f
authored
Jul 17, 2014
by
mubarak
Browse files
testlib was being defined twice: removing the redundant testlib definition from src/Makefile.subdir
parent
8f1bc070
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.subdir
View file @
b2d7138f
...
...
@@ -113,7 +113,6 @@ src_libcodes_base_a_SOURCES = \
# stealth testing of the template code (actual test is not run, just compiled as
# a program - Make error signifies test failure)
check_PROGRAMS
+=
src/util/templates/lp_template_dummy_main
testlib
=
src/libcodes-base.a
src_util_templates_lp_template_dummy_main_LDADD
=
$(testlib)
${ROSS_LIBS}
src_util_templates_lp_template_dummy_main_LDFLAGS
=
${ROSS_LDFLAGS}
src_util_templates_lp_template_dummy_main_SOURCES
=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment