SUBDIRS sequences
This commit is contained in:
parent
f26397c74c
commit
db0e1c074f
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=3rdparty src tests
|
||||
SUBDIRS=3rdparty src . tests
|
||||
|
||||
lib_LTLIBRARIES = libr3.la
|
||||
libr3_la_SOURCES =
|
||||
|
@ -8,6 +8,7 @@ libr3_la_LDFLAGS =
|
|||
AM_CFLAGS=$(DEPS_CFLAGS) $(GVC_DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include -I$(top_builddir)/3rdparty -Wall -std=c99
|
||||
AM_LDFLAGS=$(DEPS_LIBS) $(GVC_DEPS_LIBS)
|
||||
|
||||
|
||||
ACLOCAL_AMFLAGS=-I m4
|
||||
|
||||
if ENABLE_DEBUG
|
||||
|
|
|
@ -43,9 +43,8 @@ endif
|
|||
|
||||
check_PROGRAMS = $(TESTS)
|
||||
|
||||
noinst_PROGRAMS = benchmark
|
||||
|
||||
benchmark_SOURCES = bench.c
|
||||
noinst_PROGRAMS = bench
|
||||
bench_SOURCES = bench.c
|
||||
|
||||
# AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir)/include
|
||||
# AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include
|
||||
|
|
Loading…
Reference in a new issue