Mercurial > audlegacy
diff src/audacious/Makefile @ 3270:30ed2878807f trunk
merged with master
author | Ben Tucker <ben.tucker@gmail.com> |
---|---|
date | Tue, 07 Aug 2007 18:07:37 -0700 |
parents | 21c583c5b71d f02623377013 |
children | 04df6bd984ad |
line wrap: on
line diff
--- a/src/audacious/Makefile Sat Aug 04 01:15:07 2007 -0700 +++ b/src/audacious/Makefile Tue Aug 07 18:07:37 2007 -0700 @@ -2,7 +2,7 @@ include ../../mk/init.mk include ../../mk/objective.mk -SUBDIRS = $(INTL_OBJECTIVE) widgets glade images ui +SUBDIRS = $(INTL_OBJECTIVE) glade images ui OBJECTIVE_BINS = audacious @@ -17,8 +17,7 @@ $(MOWGLI_LIBS) \ $(LIBMCS_LIBS) \ $(LIBGLADE_LIBS) \ - $(REGEX_LIBS) \ - ./widgets/libwidgets.a + $(REGEX_LIBS) CFLAGS += \ $(MOWGLI_CFLAGS) \ @@ -97,6 +96,7 @@ signals.c \ strings.c \ titlestring.c \ + skin.c \ ui_about.c \ ui_albumart.c \ ui_credits.c \ @@ -137,7 +137,7 @@ visualization.c \ xconvert.c -LIBDEP = widgets/libwidgets.a ../libguess/libguess.a +LIBDEP = ../libguess/libguess.a ifdef USE_DBUS SOURCES += dbus.c