Mercurial > audlegacy
comparison src/audacious/Makefile @ 2367:d5522d3cd68f trunk
[svn] fix a stupid bug of mine
author | mf0102 |
---|---|
date | Fri, 19 Jan 2007 15:05:01 -0800 |
parents | cfc8431aceb5 |
children | ab2b1b6f6179 |
comparison
equal
deleted
inserted
replaced
2366:0358eb5783e6 | 2367:d5522d3cd68f |
---|---|
24 $(ARCH_DEFINES) \ | 24 $(ARCH_DEFINES) \ |
25 $(REGEX_CFLAGS) \ | 25 $(REGEX_CFLAGS) \ |
26 -D_AUDACIOUS_CORE \ | 26 -D_AUDACIOUS_CORE \ |
27 -I.. -I../.. \ | 27 -I.. -I../.. \ |
28 -I../intl | 28 -I../intl |
29 | |
30 HEADERS = \ | |
31 input.h \ | |
32 main.h \ | |
33 output.h \ | |
34 playlist.h \ | |
35 playlist_container.h \ | |
36 plugin.h \ | |
37 ui_fileinfopopup.h \ | |
38 ui_preferences.h \ | |
39 util.h \ | |
40 vfs.h \ | |
41 vfs_buffer.h | |
29 | 42 |
30 SOURCES = \ | 43 SOURCES = \ |
31 build_stamp.c \ | 44 build_stamp.c \ |
32 controlsocket.c \ | 45 controlsocket.c \ |
33 dnd.c \ | 46 dnd.c \ |