Skip to content

Instantly share code, notes, and snippets.

@jgehring
Created April 10, 2012 21:13
Show Gist options
  • Select an option

  • Save jgehring/2354636 to your computer and use it in GitHub Desktop.

Select an option

Save jgehring/2354636 to your computer and use it in GitHub Desktop.
Re-order libraries
diff --git a/src/Makefile.am b/src/Makefile.am
index c88ca59..75f2986 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,8 @@ rsvndump_SOURCES = \
localedir = $(datadir)/locale
-AM_LDFLAGS = $(APR_LIBS) $(APU_LIBS) $(SVN_LDFLAGS) $(COMPAT_LIBS) $(LIBINTL)
+AM_LDFLAGS = $(SVN_LDFLAGS)
+LIBS += $(APR_LIBS) $(APU_LIBS) $(COMPAT_LIBS) $(LIBINTL)
AM_CFLAGS = -DLOCALEDIR=\"$(localedir)\" \
$(APR_CFLAGS) $(APR_CPPFLAGS) $(APR_INCLUDES) \
$(APU_INCLUDES) \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment