Mercurial > audlegacy
diff src/audacious/Makefile @ 3340:a0c93cb34598 trunk
Add functions for custom uri support of input plugins
author | Christian Birchinger <joker@netswarm.net> |
---|---|
date | Sun, 12 Aug 2007 20:18:04 +0200 |
parents | 404ffedef3e1 |
children | d3e667797310 3a77e835874f |
line wrap: on
line diff
--- a/src/audacious/Makefile Sun Aug 12 17:23:21 2007 +0200 +++ b/src/audacious/Makefile Sun Aug 12 20:18:04 2007 +0200 @@ -36,6 +36,7 @@ HEADERS = \ auddrct.h \ configdb.h \ + custom_uri.h \ dbus.h \ eventqueue.h \ formatter.h \ @@ -67,6 +68,7 @@ auddrct.c \ build_stamp.c \ configdb.c \ + custom_uri.c \ discovery.c \ dnd.c \ dock.c \