auto*foo:
Makefile.am:110: variable `VEX_PRIMARY_SOURCES' is defined but no
program or
Makefile.am:110: library has `VEX_PRIMARY' as canonic name (possible
typo)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6384
valgrind.spec.in valgrind.pc.in \
Makefile.all.am Makefile.tool.am Makefile.core.am \
Makefile.tool-inplace.am \
- $(VEX_PRIMARY_SOURCES)
+ $(vex_primary_sources)
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(valdir)
# These list the bits of vex we need to copy into the tarball
-VEX_PRIMARY_SOURCES = \
+vex_primary_sources = \
VEX/quote.txt \
VEX/newline.txt \
VEX/HACKING.README \