comparison audacious/Makefile.in @ 803:93c749c9e794 trunk

[svn] Don't override input LD_FLAGS - needed to enable profiling.
author nemo
date Sun, 05 Mar 2006 13:19:01 -0800
parents 30fe36d312c8
children 9376a3cad3a3
comparison
equal deleted inserted replaced
802:1c2c92c7f222 803:93c749c9e794
5 5
6 beepincludedir = $(includedir)/audacious 6 beepincludedir = $(includedir)/audacious
7 7
8 OBJECTIVE_BINS = audacious 8 OBJECTIVE_BINS = audacious
9 9
10 LDFLAGS = -Wl,-export-dynamic 10 LDFLAGS += -Wl,-export-dynamic
11 LDADD = \ 11 LDADD = \
12 $(GTK_LIBS) \ 12 $(GTK_LIBS) \
13 $(LIBGLADE_LIBS) \ 13 $(LIBGLADE_LIBS) \
14 -L.. $(LTLIBINTL) \ 14 -L.. $(LTLIBINTL) \
15 -L../libaudacious -laudacious 15 -L../libaudacious -laudacious