diff options
author | Max Kellermann <max@duempel.org> | 2008-10-02 17:48:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-02 17:48:00 +0200 |
commit | 994ffdbde3b12429578a33dcf18204b9d813311f (patch) | |
tree | 1b6412bd29fd87cd5c05b46d05a5e3d25af48feb /src/Makefile.am | |
parent | 4522707accad358bd3098a6b1dd6966da5564610 (diff) | |
download | mpd-994ffdbde3b12429578a33dcf18204b9d813311f.tar.gz mpd-994ffdbde3b12429578a33dcf18204b9d813311f.tar.xz mpd-994ffdbde3b12429578a33dcf18204b9d813311f.zip |
moved i18n macros to i18n.h
Don't make everybody include ncmpc.h just to have generic features.
Move generic i18n macros to a separate header.
Diffstat (limited to 'src/Makefile.am')
-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 4cc501c10..59af3b51e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,6 +32,7 @@ ncmpc_headers = \ utils.h\ ncmpc.h\ defaults.h \ + i18n.h \ screen_browser.h \ lyrics.h \ str_pool.h \ |