comparison libaudacious/Makefile @ 2146:e0e50e151bab trunk

[svn] - move vfs from libaudacious to main audacious
author nenolod
date Sun, 17 Dec 2006 08:52:31 -0800
parents b9c6f1305c99
children 39358599a5d1
comparison
equal deleted inserted replaced
2145:e2c6696c1d9a 2146:e0e50e151bab
18 -D_AUDACIOUS_CORE \ 18 -D_AUDACIOUS_CORE \
19 -I.. \ 19 -I.. \
20 -I../intl 20 -I../intl
21 21
22 CONF_SRC = configdb_$(CONFIGDB_BACKEND).c 22 CONF_SRC = configdb_$(CONFIGDB_BACKEND).c
23 VFS_SRC = vfs.c vfs_common.c vfs_buffer.c
24 23
25 SOURCES = \ 24 SOURCES = \
26 $(CONF_SRC) \ 25 $(CONF_SRC) \
27 rcfile.c \ 26 rcfile.c \
28 $(VFS_SRC) \
29 beepctrl.c \ 27 beepctrl.c \
30 dirbrowser.c \ 28 dirbrowser.c \
31 util.c \ 29 util.c \
32 formatter.c \ 30 formatter.c \
33 titlestring.c \ 31 titlestring.c \