From 722c1c6dc8513727a45644e8583784944ba5a333 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 11 Mar 2008 06:31:06 +0000 Subject: [PATCH] Mutter more library ordering, DynaLoader.a has to be after libauto4_perl.a so I've used LIBS= for now (not sure if this is right but we'll see) Originally committed to SVN as r2018. --- aegisub/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/Makefile.am b/aegisub/Makefile.am index 7cbf8eb95..d50556b45 100644 --- a/aegisub/Makefile.am +++ b/aegisub/Makefile.am @@ -73,7 +73,7 @@ if HAVE_AUTO4_PERL noinst_LIBRARIES += libauto4_perl.a libauto4_perl_a_SOURCES = auto4_perl.cpp auto4_perl_script.cpp auto4_perl_dialogs.cpp auto4_perl_ass.cpp auto4_perl_console.cpp auto4_perl.h auto4_perl_console.h libauto4_perl_a_CPPFLAGS = @PERL_CFLAGS@ -aegisub_LDFLAGS += @PERL_LDFLAGS@ +LIBS += @PERL_LDFLAGS@ aegisub_LDADD += libauto4_perl.a endif