Mercurial > audlegacy
diff audacious/Makefile @ 1648:d878473e6e3e trunk
[svn] - remove orphaned dependencies
author | nenolod |
---|---|
date | Thu, 07 Sep 2006 20:53:57 -0700 |
parents | f84a1228e6b4 |
children | a6e6d3500c13 |
line wrap: on
line diff
--- a/audacious/Makefile Thu Sep 07 20:52:55 2006 -0700 +++ b/audacious/Makefile Thu Sep 07 20:53:57 2006 -0700 @@ -2,7 +2,7 @@ include ../mk/init.mk include ../mk/objective.mk -SUBDIRS = widgets glade images +SUBDIRS = glade images beepincludedir = $(includedir)/audacious @@ -16,8 +16,7 @@ ../sqlite/libsqlite.a \ $(CHARDET_LIBS) \ $(GTK_LIBS) \ - $(LIBGLADE_LIBS) \ - ./widgets/libwidgets.a + $(LIBGLADE_LIBS) CFLAGS += \ $(GTK_CFLAGS) \ @@ -51,12 +50,9 @@ playback.c \ main.c \ logger.c \ - mainwin.c \ skinwin.c \ prefswin.c \ ui_fileinfo.c \ - ui_playlist.c \ - equalizer.c \ glade.c \ hints.c \ about.c credits.c \