Code

native LIRC support for ncmpc
[ncmpc.git] / src / Makefile.am
index 68af70ddd3b1a671fc3b457a22eafc3d0e657e4c..57d1eb605ac3af7e147a9501668a5a480dd2b2f9 100644 (file)
@@ -37,6 +37,7 @@ ncmpc_headers = \
        screen_browser.h \
        lyrics.h \
        str_pool.h \
+       lirc.h \
        gcc.h
 
 # $Id$
@@ -89,6 +90,10 @@ if ENABLE_LYRICS_SCREEN
 ncmpc_SOURCES += screen_lyrics.c lyrics.c
 endif
 
+if ENABLE_LIRC
+ncmpc_SOURCES += lirc.c
+endif
+
 ncmpc_SOURCES+=${ncmpc_headers}