Makefile.in: Add an include path specifier when building

tst_ostype so that "make check" will build correctly on
	systems without the include files from e2fsprogs installed
	in the system include directory.
bitmap-optimize
Theodore Ts'o 2005-06-16 18:41:06 -04:00
parent d82f890355
commit 7d9adefed8
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2005-06-16 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Add an include path specifier when building
tst_ostype so that "make check" will build correctly on
systems without the include files from e2fsprogs installed
in the system include directory.
2005-05-06 Theodore Ts'o <tytso@mit.edu>
* Makefile.in (tst_ostype): Add $(ALL_CFLAGS) to the tst_ostype

View File

@ -66,7 +66,8 @@ e2p.pc: $(srcdir)/e2p.pc.in $(top_builddir)/config.status
tst_ostype: $(srcdir)/ostype.c
@echo " LD $@"
@$(CC) -DTEST_PROGRAM -o tst_ostype $(srcdir)/ostype.c $(ALL_CFLAGS)
@$(CC) -DTEST_PROGRAM -I$(top_srcdir)/lib -o tst_ostype \
$(srcdir)/ostype.c $(ALL_CFLAGS)
check:: tst_ostype
./tst_ostype