diff options
author | Max Kellermann <max@duempel.org> | 2012-08-02 18:55:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-02 19:14:53 +0200 |
commit | 0a3ada4fead32da5b6cd1b4738fbe4304e028213 (patch) | |
tree | d33ba540e1a592f5e19894c4baf761475e841797 /Makefile.am | |
parent | 8bdf7917c40968d19cc0ca8e8e6df8c6fcc462d1 (diff) |
stats: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5c6139c8f..0c9817b05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -338,7 +338,7 @@ src_mpd_SOURCES = \ src/resolver.c src/resolver.h \ src/socket_util.c \ src/state_file.c \ - src/stats.c \ + src/Stats.cxx \ src/tag.c \ src/tag_pool.c \ src/tag_print.c \ |