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.
This commit is contained in:
Amar Takhar 2008-03-11 06:31:06 +00:00
parent 92d26be928
commit 722c1c6dc8

View file

@ -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