Change automake init macros and includes var per automake warnings

This commit is contained in:
Sam Simmons
2017-01-24 21:17:34 -06:00
committed by Andrzej Rybczak
parent 22681df199
commit 078d913120
2 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ ncmpcpp_SOURCES = \
title.cpp
# set the include path found by configure
INCLUDES= $(all_includes)
AM_CPPFLAGS= $(all_includes)
# the library search path.
ncmpcpp_LDFLAGS = $(all_libraries)