Mercurial > audlegacy
comparison src/audacious/Makefile @ 2385:ab2b1b6f6179 trunk
[svn] - add missing inclusion of strings.h where necessary, do not export main.h and export strings.h
author | giacomo |
---|---|
date | Mon, 22 Jan 2007 09:35:30 -0800 |
parents | d5522d3cd68f |
children | 86ef3bf12a59 |
comparison
equal
deleted
inserted
replaced
2384:25c145bd6732 | 2385:ab2b1b6f6179 |
---|---|
27 -I.. -I../.. \ | 27 -I.. -I../.. \ |
28 -I../intl | 28 -I../intl |
29 | 29 |
30 HEADERS = \ | 30 HEADERS = \ |
31 input.h \ | 31 input.h \ |
32 main.h \ | |
33 output.h \ | 32 output.h \ |
34 playlist.h \ | 33 playlist.h \ |
35 playlist_container.h \ | 34 playlist_container.h \ |
36 plugin.h \ | 35 plugin.h \ |
36 strings.h \ | |
37 ui_fileinfopopup.h \ | 37 ui_fileinfopopup.h \ |
38 ui_preferences.h \ | 38 ui_preferences.h \ |
39 util.h \ | 39 util.h \ |
40 vfs.h \ | 40 vfs.h \ |
41 vfs_buffer.h | 41 vfs_buffer.h |