From daf7a6e5d1621d4d84feabedb286e23dc5ad7dbb Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 17 Apr 2008 16:54:24 -0400 Subject: Fix tst_extents build when building w/o dynamic libraries $(LIBSS) should automatically include @DLOPEN_LIB@ so the right thing happens for programs that need to use the ss library. Reorder the library link order for tst_extents since the blkid library uses libuuid functions. Thanks to Eric Sandeen for pointing this problem out! Signed-off-by: "Theodore Ts'o" --- debugfs/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debugfs') diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in index bdba326c..cb3efcb5 100644 --- a/debugfs/Makefile.in +++ b/debugfs/Makefile.in @@ -8,7 +8,6 @@ VPATH = @srcdir@ top_builddir = .. my_dir = debugfs INSTALL = @INSTALL@ -DLOPEN_LIB = @DLOPEN_LIB@ @MCONFIG@ @@ -26,7 +25,7 @@ SRCS= debug_cmds.c $(srcdir)/debugfs.c $(srcdir)/util.c $(srcdir)/ls.c \ $(srcdir)/htree.c $(srcdir)/unused.c LIBS= $(LIBEXT2FS) $(LIBE2P) $(LIBSS) $(LIBCOM_ERR) $(LIBBLKID) \ - $(LIBUUID) $(DLOPEN_LIB) + $(LIBUUID) DEPLIBS= $(LIBEXT2FS) $(LIBE2P) $(LIBSS) $(LIBCOM_ERR) $(DEPLIBBLKID) $(DEPLIBUUID) .c.o: -- cgit v1.2.3