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