mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
60727b9b79
Use AM_CPPFLAGS not AM_CFLAGS for includes. GLIB_CFLAGS are CPPFLAGS, actually. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
12 lines
206 B
Makefile
12 lines
206 B
Makefile
noinst_LTLIBRARIES = libmcstrutil.la
|
|
|
|
libmcstrutil_la_SOURCES = \
|
|
strescape.c \
|
|
strutil8bit.c \
|
|
strutilascii.c \
|
|
strutil.c \
|
|
strutilutf8.c \
|
|
strverscmp.c
|
|
|
|
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|