Mercurial > audlegacy
diff src/audacious/Makefile @ 3993:8d8699eb659d
say goodbye to libglade
| author | Tomasz Mon <desowin@gmail.com> |
|---|---|
| date | Sat, 24 Nov 2007 17:09:11 +0100 |
| parents | 4a981580bf49 |
| children | 5f9227fe09e9 |
line wrap: on
line diff
--- a/src/audacious/Makefile Sat Nov 24 14:48:01 2007 +0100 +++ b/src/audacious/Makefile Sat Nov 24 17:09:11 2007 +0100 @@ -16,7 +16,6 @@ flow.c \ formatter.c \ general.c \ - glade.c \ hints.c \ hook.c \ iir.c \ @@ -119,8 +118,7 @@ vfs_buffered_file.h \ xconvert.h -DATA = glade/prefswin.glade \ - images/about-logo.png \ +DATA = images/about-logo.png \ images/appearance.png \ images/audacious_eq.xpm \ images/audacious_player.xpm \ @@ -167,7 +165,6 @@ CPPFLAGS += -DHAVE_CONFIG_H \ ${MOWGLI_CFLAGS} \ ${GTK_CFLAGS} \ - ${LIBGLADE_CFLAGS} \ ${BEEP_DEFINES} \ ${ARCH_DEFINES} \ ${DBUS_CFLAGS} \ @@ -186,7 +183,6 @@ ${DBUS_LIBS} \ ${MOWGLI_LIBS} \ ${LIBMCS_LIBS} \ - ${LIBGLADE_LIBS} \ ${REGEX_LIBS} LDFLAGS += ${PROG_IMPLIB_LDFLAGS}
