add explicit make deps for building apm module

This commit is contained in:
Mike Blumenkrantz 2015-12-16 16:20:16 -05:00
parent ad6decde3f
commit 85fc2cb869
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ endif
if MOD_APL
mod_LTLIBRARIES += src/modules/auto_playlist_manager.la
src/modules/auto_playlist_manager.c: $(ELDBUS_H) $(AZY_H)
src_modules_auto_playlist_manager_la_SOURCES = \
src/modules/auto_playlist_manager.c \
src/bin/empc.h \