This commit is contained in:
Behdad Esfahbod 2018-01-11 10:47:31 +01:00
parent a5adc5aa84
commit 7c32e01d04
5 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,6 @@
# Process this file with automake to produce Makefile.in
NULL =
SUBDIRS =
DIST_SUBDIRS =
BUILT_SOURCES =

View File

@ -1,5 +1,3 @@
NULL =
# Base and default-included sources and headers
HB_BASE_sources = \

View File

@ -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 = \\"

View File

@ -1,5 +1,6 @@
# Process this file with automake to produce Makefile.in
NULL =
EXTRA_DIST =
CLEANFILES =
DISTCLEANFILES =

View File

@ -1,5 +1,3 @@
NULL =
HB_VIEW_sources = \
hb-view.cc \
options.cc \