mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-21 19:20:21 +02:00
Correct make distcheck.
2012-12-03 Paulo Andrade <pcpa@gnu.org> * configure.ac, check/Makefile.am, check/check.sh, doc/Makefile.am, include/lightning/Makefile.am, lib/Makefile.am: Correct make distcheck.
This commit is contained in:
parent
90a187a12e
commit
e6f1df7124
8 changed files with 34 additions and 13 deletions
|
@ -12,12 +12,24 @@
|
|||
# GNU General Public License for more details.
|
||||
#
|
||||
|
||||
includedir = $(includedir)/lightning
|
||||
lightning_includedir = $(includedir)/lightning
|
||||
|
||||
EXTRA_DIST = \
|
||||
jit_private.h
|
||||
|
||||
if cpu_arm
|
||||
lightning_include_HEADERS = \
|
||||
jit_arm.h
|
||||
endif
|
||||
if cpu_mips
|
||||
lightning_include_HEADERS = \
|
||||
jit_mips.h
|
||||
endif
|
||||
if cpu_ppc
|
||||
lightning_include_HEADERS = \
|
||||
jit_ppc.h
|
||||
endif
|
||||
if cpu_x86
|
||||
include_HEADERS = \
|
||||
lightning_include_HEADERS = \
|
||||
jit_x86.h
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue