diff options
author | Max Kellermann <max@duempel.org> | 2008-10-02 16:52:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-02 16:52:25 +0200 |
commit | 75fa0c73ee4ee2648f587e2eb852316061fc1053 (patch) | |
tree | b2bf54b0bf943cbe518966a281b2808c0c561a72 /src/Makefile.am | |
parent | b543b982624593ab767d0734b08d053662434380 (diff) | |
download | mpd-75fa0c73ee4ee2648f587e2eb852316061fc1053.tar.gz mpd-75fa0c73ee4ee2648f587e2eb852316061fc1053.tar.xz mpd-75fa0c73ee4ee2648f587e2eb852316061fc1053.zip |
moved default value macros to defaults.h
These macros are only used by options.c and conf.c. Move them to a
common internal header.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 800799613..4cc501c10 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,7 @@ ncmpc_headers = \ strfsong.h\ utils.h\ ncmpc.h\ + defaults.h \ screen_browser.h \ lyrics.h \ str_pool.h \ |