irssi/src/fe-none/Makefile.am
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

22 lines
300 B
Makefile

bin_PROGRAMS = botti
AM_CPPFLAGS = \
-I$(top_builddir) \
$(GLIB_CFLAGS)
botti_DEPENDENCIES = @COMMON_NOUI_LIBS@
botti_LDADD = \
@COMMON_NOUI_LIBS@ \
@PERL_LINK_LIBS@ \
@PERL_LINK_FLAGS@ \
@PROG_LIBS@
botti_SOURCES = \
irssi.c
noinst_HEADERS = \
module.h
EXTRA_DIST = meson.build