Mercurial > audlegacy
comparison src/audacious/Makefile @ 2571:c293ff5ec46f trunk
[svn] - use $(LIBINTL) rule, not $(LTLIBINTL). unbreaks OSX platform port.
author | nenolod |
---|---|
date | Sat, 24 Feb 2007 18:39:17 -0800 |
parents | c399c0979e09 |
children | ea470384e752 |
comparison
equal
deleted
inserted
replaced
2570:7b1b52eb663b | 2571:c293ff5ec46f |
---|---|
7 OBJECTIVE_BINS = audacious | 7 OBJECTIVE_BINS = audacious |
8 | 8 |
9 LDFLAGS += $(AUDLDFLAGS) | 9 LDFLAGS += $(AUDLDFLAGS) |
10 | 10 |
11 LDADD = \ | 11 LDADD = \ |
12 -L.. $(LTLIBINTL) \ | 12 -L.. $(LIBINTL) \ |
13 -L../libaudacious -laudacious \ | 13 -L../libaudacious -laudacious \ |
14 $(samplerate_LIBS) \ | 14 $(samplerate_LIBS) \ |
15 $(CHARDET_LIBS) \ | 15 $(CHARDET_LIBS) \ |
16 $(GTK_LIBS) \ | 16 $(GTK_LIBS) \ |
17 $(LIBGLADE_LIBS) \ | 17 $(LIBGLADE_LIBS) \ |