Change automake init macros and includes var per automake warnings
This commit is contained in:
committed by
Andrzej Rybczak
parent
22681df199
commit
078d913120
@@ -1,6 +1,7 @@
|
||||
AC_INIT(configure.ac)
|
||||
AC_INIT([ncmpcpp], [0.8_dev])
|
||||
AC_CONFIG_SRCDIR([configure.ac])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AM_INIT_AUTOMAKE(ncmpcpp, 0.8_dev)
|
||||
AM_INIT_AUTOMAKE([subdir-objects])
|
||||
|
||||
m4_include([m4/ax_lib_readline.m4])
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user