From aede71b1dcda4dacc566f11d47188c85a3ee8dd2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 11 Sep 2011 07:51:27 +0200 Subject: playlist: move enum playlist_result to playlist_error.h Reduce header dependencies. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fd34b74e4..b883531f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -166,6 +166,7 @@ mpd_headers = \ src/player_thread.h \ src/player_control.h \ src/playlist.h \ + src/playlist_error.h \ src/playlist_internal.h \ src/playlist_print.h \ src/playlist_save.h \ -- cgit v1.2.3