Created
April 10, 2012 21:13
-
-
Save jgehring/2354636 to your computer and use it in GitHub Desktop.
Re-order libraries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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