Browse Source

Preparing dist

Yann Weber 1 year ago
parent
commit
fb1fec4d8e
2 changed files with 2 additions and 2 deletions
  1. 2
    1
      Makefile.am
  2. 0
    1
      tests/regen.sh

+ 2
- 1
Makefile.am View File

@@ -1,5 +1,7 @@
1 1
 bin_PROGRAMS = asmsh child
2 2
 
3
+noinst_LIBRARIES= libcheck_asmsh.a
4
+
3 5
 libcheck_asmsh_a_SOURCES = mmap_parse.c asm_env.c breakpoints.c compile.c logger.c \
4 6
 			   completion.c history.c \
5 7
 			   shell.c shell_cmds.c shell_sym.c \
@@ -25,7 +27,6 @@ ALL_CHECKS=
25 27
 LINT=
26 28
 SUBDIRS = . docs
27 29
 if CHECK
28
-noinst_LIBRARIES = libcheck_asmsh.a
29 30
 libcheck_asmsh_a_LDDADD=child_bin.o
30 31
 SUBDIRS += tests
31 32
 ALL_CHECKS += check

+ 0
- 1
tests/regen.sh View File

@@ -8,7 +8,6 @@ cat << __EOF__ > Makefile.am
8 8
 TESTS = $progs
9 9
 check_PROGRAMS = $progs
10 10
 noinst_HEADERS = asmsh_check.h
11
-EXTRA_DIST = samples
12 11
 SUBDIRS = samples
13 12
 
14 13
 TESTLIB_NAME=libcheck_asmsh.a

Loading…
Cancel
Save