Mercurial > audlegacy
diff src/audtool/Makefile @ 2715:a20d843fe3f7 trunk
[svn] - some progress towards making audtool build again
| author | nenolod |
|---|---|
| date | Wed, 09 May 2007 14:58:26 -0700 |
| parents | 30ab29ed32d8 |
| children | eda1f3186687 |
line wrap: on
line diff
--- a/src/audtool/Makefile Wed May 09 14:41:39 2007 -0700 +++ b/src/audtool/Makefile Wed May 09 14:58:26 2007 -0700 @@ -6,12 +6,14 @@ LDFLAGS += $(AUDLDFLAGS) LDADD = \ - -L../libaudacious -laudacious \ + $(DBUS_LIBS) \ + -L../libaudclient -laudclient \ $(GTK_LIBS) \ $(LIBGLADE_LIBS) CFLAGS += \ $(GTK_CFLAGS) \ + $(DBUS_CFLAGS) \ $(LIBGLADE_CFLAGS) \ $(BEEP_DEFINES) \ $(ARCH_DEFINES) \
