Mercurial > audlegacy
comparison src/Makefile @ 3578:d07343b134a1 trunk
I hope i fixed the libaudclient & dbus problem
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Wed, 19 Sep 2007 20:59:55 +0300 |
parents | 40a7ca511440 |
children | d2cb9f990d2e |
comparison
equal
deleted
inserted
replaced
3577:40a7ca511440 | 3578:d07343b134a1 |
---|---|
1 SUBDIRS = libguess audacious libid3tag | 1 SUBDIRS = libguess audacious libid3tag |
2 | |
3 include ../buildsys.mk | |
4 include ../extra.mk | |
2 | 5 |
3 ifdef USE_DBUS | 6 ifdef USE_DBUS |
4 SUBDIRS += libaudclient audtool | 7 SUBDIRS += libaudclient audtool |
5 endif | 8 endif |
6 | 9 |
7 include ../buildsys.mk | |
8 include ../extra.mk |