Mercurial > audlegacy
diff src/audacious/Makefile @ 2712:aeb4d8da1543 trunk
[svn] - move configdb public API to audacious proper
- drop libaudacious entirely
| author | nenolod |
|---|---|
| date | Wed, 09 May 2007 14:38:41 -0700 |
| parents | c35913222440 |
| children | ca8aadb83ff8 |
line wrap: on
line diff
--- a/src/audacious/Makefile Wed May 09 14:36:37 2007 -0700 +++ b/src/audacious/Makefile Wed May 09 14:38:41 2007 -0700 @@ -35,6 +35,7 @@ -I../intl HEADERS = \ + configdb.h \ dbus.h \ formatter.h \ rcfile.h \ @@ -58,7 +59,7 @@ SOURCES = \ build_stamp.c \ - controlsocket.c \ + configdb.c \ $(DBUS_C) \ dnd.c \ dock.c \
