mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-31 04:02:57 +03:00

Set defines via CPPFLAGS variable not via CFLAGS one. Use AM_CPPFLAGS and AM_CFLAGS variables instead of per-target ones. Cherry-picked b37af4702301bb6cd0e4e64bb3a5f46bbb6aa786. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
7 lines
123 B
Makefile
7 lines
123 B
Makefile
AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|
|
|
|
noinst_LTLIBRARIES = libvfs-cpio.la
|
|
|
|
libvfs_cpio_la_SOURCES = \
|
|
cpio.c cpio.h
|