X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=frontends%2Fconf%2FMakefile.am;fp=frontends%2Fconf%2FMakefile.am;h=c8068dffe9b808032c1e7deb686052ef64d539c7;hb=9e4343959cbc3a57a3e6a0ab7602d9482b15893d;hp=72f9a7c981e442db9b023f2984e910803437b646;hpb=fcd6e82eeffe477904903caacc9c2404494764b3;p=kconfig-frontends diff --git a/frontends/conf/Makefile.am b/frontends/conf/Makefile.am index 72f9a7c..c8068df 100644 --- a/frontends/conf/Makefile.am +++ b/frontends/conf/Makefile.am @@ -3,5 +3,5 @@ bin_PROGRAMS = conf conf_SOURCES = conf.c conf_CPPFLAGS = $(AM_CPPFLAGS) \ $(GETTEXT) \ - -I../../parser -conf_LDADD = ../../parser/libkconfigparser.a + -I../../libs/parser +conf_LDADD = ../../libs/parser/libkconfigparser.a