Ailin Nemui e7f3946583 configure automake with nostdinc
the current directoryh won't be added to the compiler's -I path
2021-02-02 00:24:34 +01:00

19 lines
293 B
Makefile

noinst_LIBRARIES = libirssi_config.a
AM_CPPFLAGS = \
-I$(top_builddir) \
$(GLIB_CFLAGS)
libirssi_config_a_SOURCES = \
get.c \
set.c \
parse.c \
write.c
pkginc_lib_configdir=$(pkgincludedir)/src/lib-config
pkginc_lib_config_HEADERS = \
iconfig.h \
module.h
EXTRA_DIST = meson.build