]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/conf/Makefile.am
Makefile.am-s: allow building outside of the source tree
[kconfig-frontends] / frontends / conf / Makefile.am
index bb5d5b6b1137f426dec2fe852bf80e02afbc4e56..9b464cc933d23db8c24261d16581d5f5f1acdf15 100644 (file)
@@ -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)