summaryrefslogtreecommitdiff
path: root/lib/ext2fs/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-06-07 21:53:35 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-06-07 21:53:35 -0400
commit9d99416ea38f159e61aef10f76a1e417e8cb3090 (patch)
tree74de717c769e6acc31bd8526f5d2219f7b75decf /lib/ext2fs/Makefile.in
parent5c4f8d674845095050f94ea95f3c73072cbe34b5 (diff)
downloade2fsprogs-9d99416ea38f159e61aef10f76a1e417e8cb3090.tar.gz
Fix dependency for $(LIBSS) when an explicit dlopen() library is needed
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/ext2fs/Makefile.in')
-rw-r--r--lib/ext2fs/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in
index c2024675..34c9e0a6 100644
--- a/lib/ext2fs/Makefile.in
+++ b/lib/ext2fs/Makefile.in
@@ -303,7 +303,7 @@ unused.o: $(top_srcdir)/debugfs/unused.c
@echo " CC $<"
@$(CC) $(ALL_CFLAGS) -c $< -o $@
-tst_extents: $(srcdir)/extent.c extent_dbg.c $(DEBUG_OBJS) $(LIBSS) $(LIBE2P) $(DEPLIBUUID) $(DEPLIBBLKID)
+tst_extents: $(srcdir)/extent.c extent_dbg.c $(DEBUG_OBJS) $(DEPLIBSS) $(LIBE2P) $(DEPLIBUUID) $(DEPLIBBLKID)
@echo " LD $@"
@$(CC) -o tst_extents $(srcdir)/extent.c extent_dbg.c \
$(ALL_CFLAGS) -DDEBUG $(DEBUG_OBJS) $(LIBSS) $(LIBE2P) \