Mercurial > audlegacy
diff src/audacious/Makefile @ 2739:953001c668ae trunk
[svn] - added auddrct.c/h, a migration api for plugins that once used xmms_remote; to be completed
author | giacomo |
---|---|
date | Fri, 11 May 2007 16:27:54 -0700 |
parents | cf080b11c3fa |
children | 313ac85816bb |
line wrap: on
line diff
--- a/src/audacious/Makefile Fri May 11 13:02:49 2007 -0700 +++ b/src/audacious/Makefile Fri May 11 16:27:54 2007 -0700 @@ -37,6 +37,7 @@ -I../intl HEADERS = \ + auddrct.h \ configdb.h \ dbus.h \ formatter.h \ @@ -60,6 +61,7 @@ xconvert.h SOURCES = \ + auddrct.c \ build_stamp.c \ configdb.c \ $(DBUS_C) \