fix library link order

This commit is contained in:
Josh Coalson
2002-10-29 05:46:16 +00:00
parent 3e40402c1a
commit c955d2ca6e
4 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ topdir = ../..
PROGRAM_NAME = metaflac
INCLUDES = -I./include -I$(topdir)/include
LIBS = -lFLAC -lreplaygain -lgain_analysis -lgetopt -lutf8 -lm
LIBS = -lreplaygain -lFLAC -lgain_analysis -lgetopt -lutf8 -lm
OBJS = \
main.o