mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
60727b9b79
Use AM_CPPFLAGS not AM_CFLAGS for includes. GLIB_CFLAGS are CPPFLAGS, actually. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
11 lines
150 B
Makefile
11 lines
150 B
Makefile
|
|
noinst_LTLIBRARIES = libmcconfig.la
|
|
|
|
libmcconfig_la_SOURCES = \
|
|
common.c \
|
|
get.c \
|
|
set.c \
|
|
paths.c
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)
|