diff options
Diffstat (limited to 'e2fsck/Makefile.in')
-rw-r--r-- | e2fsck/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in index fe0fab52..77300d18 100644 --- a/e2fsck/Makefile.in +++ b/e2fsck/Makefile.in @@ -141,7 +141,7 @@ tst_crc32: $(srcdir)/crc32.c $(LIBEXT2FS) tst_refcount: ea_refcount.c @echo " LD $@" @$(CC) -o tst_refcount $(srcdir)/ea_refcount.c \ - $(ALL_CFLAGS) -DTEST_PROGRAM $(LIBCOM_ERR) + $(ALL_CFLAGS) -DTEST_PROGRAM $(LIBCOM_ERR) $(LIBEXT2FS) tst_region: region.c @echo " LD $@" |