mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Build examples (tests) as static, for easy debugging.
This commit is contained in:
parent
ff404e2088
commit
bdf5384c5b
@ -3,4 +3,4 @@ AUTOMAKE_OPTIONS = foreign
|
||||
noinst_PROGRAMS = testit cli
|
||||
LDADD = $(top_builddir)/src/libeditline.la $(TERMLIBS)
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
||||
|
||||
AM_LDFLAGS = -static
|
||||
|
@ -210,6 +210,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
LDADD = $(top_builddir)/src/libeditline.la $(TERMLIBS)
|
||||
AM_LDFLAGS = -static
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
Loading…
Reference in New Issue
Block a user