]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/Makefile.in
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / e2fsck / Makefile.in
index a56550ef39a318651deb943858835ad49bdde869..246ccc42b0dd417ef53c775149a365289541a0d7 100644 (file)
@@ -135,7 +135,7 @@ tst_problem: $(srcdir)/problem.c $(srcdir)/problem.h $(LIBEXT2FS) \
                $(srcdir)/problem.c -DUNITTEST $(LIBEXT2FS) $(LIBCOM_ERR) \
                $(LIBINTL) $(SYSLIBS)
 
-tst_refcount: ea_refcount.c $(DEPLIBCOM_ERR)
+tst_refcount: ea_refcount.c $(DEPLIBCOM_ERR) $(LIBEXT2FS)
        $(E) "  LD $@"
        $(Q) $(CC) -o tst_refcount $(srcdir)/ea_refcount.c \
                $(ALL_CFLAGS) $(ALL_LDFLAGS) -DTEST_PROGRAM \
@@ -146,11 +146,11 @@ tst_logfile: $(srcdir)/logfile.c
        $(Q) $(CC) -o tst_logfile $(srcdir)/logfile.c \
                $(ALL_CFLAGS) $(ALL_LDFLAGS) -DTEST_PROGRAM $(SYSLIBS)
 
-tst_region: region.c $(DEPLIBCOM_ERR)
+tst_region: region.c $(DEPLIBCOM_ERR) $(LIBEXT2FS)
        $(E) "  LD $@"
        $(Q) $(CC) -o tst_region $(srcdir)/region.c \
                $(ALL_CFLAGS) $(ALL_LDFLAGS) -DTEST_PROGRAM \
-               $(LIBCOM_ERR) $(SYSLIBS)
+               $(LIBCOM_ERR) $(LIBEXT2FS) $(SYSLIBS)
 
 fullcheck check:: tst_refcount tst_region tst_problem
        $(TESTENV) ./tst_refcount