Mercurial > audlegacy
comparison audacious/Makefile @ 1698:e951086a47a8 trunk
[svn] - remove sqlite
- remove incomplete library code
author | nenolod |
---|---|
date | Fri, 15 Sep 2006 14:30:28 -0700 |
parents | 2dab9da1abc4 |
children | bf2860c64a32 |
comparison
equal
deleted
inserted
replaced
1697:e4d9d2657d9a | 1698:e951086a47a8 |
---|---|
11 LDFLAGS += $(AUDLDFLAGS) | 11 LDFLAGS += $(AUDLDFLAGS) |
12 | 12 |
13 LDADD = \ | 13 LDADD = \ |
14 -L.. $(LTLIBINTL) \ | 14 -L.. $(LTLIBINTL) \ |
15 -L../libaudacious -laudacious \ | 15 -L../libaudacious -laudacious \ |
16 ../sqlite/libsqlite.a \ | |
17 $(CHARDET_LIBS) \ | 16 $(CHARDET_LIBS) \ |
18 $(GTK_LIBS) \ | 17 $(GTK_LIBS) \ |
19 $(LIBGLADE_LIBS) \ | 18 $(LIBGLADE_LIBS) \ |
20 ./widgets/libwidgets.a | 19 ./widgets/libwidgets.a |
21 | 20 |