Merge branch 'autotool' of github.com:c9s/r3 into autotool
This commit is contained in:
commit
4627afd22d
2 changed files with 5 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -12,9 +12,6 @@ install_manifest.txt
|
|||
tags
|
||||
|
||||
# autotools
|
||||
|
||||
Makefile
|
||||
# Makefile.in
|
||||
*.a
|
||||
*.am
|
||||
*.lo
|
||||
|
|
5
tests/Makefile.am
Normal file
5
tests/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin_PROGRAMS=test_tree
|
||||
test_tree_SOURCES=test_tree.c
|
||||
test_tree_LDADD=$(DEPS_LIBS) -L$(top_builddir)/src -lcheck -lr3
|
||||
# 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