Link libcommon before libreplace since libcommon may use functions

only present in libreplace.
This commit is contained in:
Todd C. Miller
2010-05-27 17:48:17 -04:00
parent c4feed1ccd
commit 62f470a575
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ INSTALL = $(SHELL) $(top_srcdir)/install-sh -c
# Libraries
LIBS = @LIBS@ @SUDO_LIBS@ @GETGROUPS_LIB@ @NET_LIBS@ \
$(LIBOBJDIR)libreplace.la $(top_builddir)/common/libcommon.la
$(top_builddir)/common/libcommon.la $(LIBOBJDIR)libreplace.la
# C preprocessor flags
CPPFLAGS = -I$(incdir) -I$(top_builddir) -I$(srcdir) -I. @CPPFLAGS@