X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=frontends%2Fconf%2FMakefile.am;fp=frontends%2Fconf%2FMakefile.am;h=2bdebb6e787f53b7d791b2a9079569ae12d85988;hb=087016d3d69ba8e54f80299074a8ff8723e1ebe7;hp=12f7b6a9ca399a783fc812a31a8e4753a6504820;hpb=31a5874797b9722678f88c90f30f546b4494b748;p=kconfig-frontends diff --git a/frontends/conf/Makefile.am b/frontends/conf/Makefile.am index 12f7b6a..2bdebb6 100644 --- a/frontends/conf/Makefile.am +++ b/frontends/conf/Makefile.am @@ -1,8 +1,8 @@ bin_PROGRAMS = conf conf_SOURCES = conf.c -conf_CPPFLAGS = $(AM_CPPFLAGS) \ - $(GETTEXT) \ +conf_CPPFLAGS = $(AM_CPPFLAGS) \ + $(intl_CPPFLAGS) \ -I$(top_srcdir)/libs/parser conf_CFLAGS = $(AM_CFLAGS) $(kf_CFLAGS) conf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \