guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 22/437: one more tweak to fix distribution


From: Andy Wingo
Subject: [Guile-commits] 22/437: one more tweak to fix distribution
Date: Mon, 2 Jul 2018 05:13:37 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit 4e40815038fcb2bb9bf162913f298c763b4a7d05
Author: Paolo Bonzini <address@hidden>
Date:   Mon Jul 10 12:19:05 2006 +0000

    one more tweak to fix distribution
    
    git-archimport-id: address@hidden/lightning--stable--1.2--patch-24
---
 lightning/Makefile.am | 2 +-
 lightning/Makefile.in | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lightning/Makefile.am b/lightning/Makefile.am
index d02dd29..d032e2a 100644
--- a/lightning/Makefile.am
+++ b/lightning/Makefile.am
@@ -12,5 +12,5 @@ dist_pkgdata_DATA = Makefile.am
 nobase_dist_lightning_HEADERS = $(LIGHTNING_FILES)
 nodist_lightning_HEADERS = asm.h core.h funcs.h fp.h 
 else
-dist_noinst_HEADERS = $(LIGHTNING_FILES)
+dist_noinst_HEADERS = $(LIGHTNING_FILES) lightning.h
 endif
diff --git a/lightning/Makefile.in b/lightning/Makefile.in
index 5b01e64..b136985 100644
--- a/lightning/Makefile.in
+++ b/lightning/Makefile.in
@@ -66,7 +66,7 @@ DATA = $(dist_pkgdata_DATA)
 am__dist_noinst_HEADERS_DIST = funcs-common.h core-common.h \
        fp-common.h asm-common.h i386/asm.h i386/core.h i386/funcs.h \
        i386/fp.h sparc/asm.h sparc/core.h sparc/funcs.h sparc/fp.h \
-       ppc/asm.h ppc/core.h ppc/funcs.h ppc/fp.h
+       ppc/asm.h ppc/core.h ppc/funcs.h ppc/fp.h lightning.h
 am__nobase_dist_lightning_HEADERS_DIST = funcs-common.h core-common.h \
        fp-common.h asm-common.h i386/asm.h i386/core.h i386/funcs.h \
        i386/fp.h sparc/asm.h sparc/core.h sparc/funcs.h sparc/fp.h \
@@ -183,7 +183,7 @@ LIGHTNING_FILES = funcs-common.h core-common.h fp-common.h \
 @address@hidden = Makefile.am
 @address@hidden = $(LIGHTNING_FILES)
 @address@hidden = asm.h core.h funcs.h fp.h 
address@hidden@dist_noinst_HEADERS = $(LIGHTNING_FILES)
address@hidden@dist_noinst_HEADERS = $(LIGHTNING_FILES) lightning.h
 all: all-am
 
 .SUFFIXES:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]