X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=frontends%2Fconf%2FMakefile.am;fp=frontends%2Fconf%2FMakefile.am;h=9b464cc933d23db8c24261d16581d5f5f1acdf15;hb=3c2533e3378d1b22c4547aac09eafef4f5364e4b;hp=bb5d5b6b1137f426dec2fe852bf80e02afbc4e56;hpb=878364dfe76dcc13579a7b4170940944d7c4a254;p=kconfig-frontends diff --git a/frontends/conf/Makefile.am b/frontends/conf/Makefile.am index bb5d5b6..9b464cc 100644 --- a/frontends/conf/Makefile.am +++ b/frontends/conf/Makefile.am @@ -3,6 +3,6 @@ bin_PROGRAMS = conf conf_SOURCES = conf.c conf_CPPFLAGS = $(AM_CPPFLAGS) \ $(GETTEXT) \ - -I../../libs/parser -conf_LDADD = ../../libs/parser/libkconfigparser.la \ + -I$(top_srcdir)/libs/parser +conf_LDADD = $(top_builddir)/libs/parser/libkconfigparser.la \ $(conf_EXTRA_LIBS)