Mercurial > audlegacy
diff audacious/Makefile @ 1653:a6e6d3500c13 trunk
[svn] - revert back to r2216
| author | nenolod |
|---|---|
| date | Thu, 07 Sep 2006 22:26:54 -0700 |
| parents | d878473e6e3e |
| children | 2dab9da1abc4 |
line wrap: on
line diff
--- a/audacious/Makefile Thu Sep 07 22:00:35 2006 -0700 +++ b/audacious/Makefile Thu Sep 07 22:26:54 2006 -0700 @@ -2,7 +2,7 @@ include ../mk/init.mk include ../mk/objective.mk -SUBDIRS = glade images +SUBDIRS = widgets glade images beepincludedir = $(includedir)/audacious @@ -16,7 +16,8 @@ ../sqlite/libsqlite.a \ $(CHARDET_LIBS) \ $(GTK_LIBS) \ - $(LIBGLADE_LIBS) + $(LIBGLADE_LIBS) \ + ./widgets/libwidgets.a CFLAGS += \ $(GTK_CFLAGS) \ @@ -50,9 +51,12 @@ 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 \
