Minor
This commit is contained in:
parent
a5adc5aa84
commit
7c32e01d04
@ -1,5 +1,6 @@
|
||||
# Process this file with automake to produce Makefile.in
|
||||
|
||||
NULL =
|
||||
SUBDIRS =
|
||||
DIST_SUBDIRS =
|
||||
BUILT_SOURCES =
|
||||
|
@ -1,5 +1,3 @@
|
||||
NULL =
|
||||
|
||||
# Base and default-included sources and headers
|
||||
|
||||
HB_BASE_sources = \
|
||||
|
@ -21,8 +21,6 @@ test -d tests && git rm -rf tests || true
|
||||
test -d tests && (echo "tests/ dir not empty; investigate."; false)
|
||||
mkdir tests
|
||||
|
||||
echo "NULL =" > Makefile.sources
|
||||
echo > Makefile.sources
|
||||
echo "TESTS = \\" > Makefile.sources
|
||||
|
||||
DISABLED="DISBALED_TESTS = \\"
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Process this file with automake to produce Makefile.in
|
||||
|
||||
NULL =
|
||||
EXTRA_DIST =
|
||||
CLEANFILES =
|
||||
DISTCLEANFILES =
|
||||
|
@ -1,5 +1,3 @@
|
||||
NULL =
|
||||
|
||||
HB_VIEW_sources = \
|
||||
hb-view.cc \
|
||||
options.cc \
|
||||
|
Loading…
Reference in New Issue
Block a user