]> git.sur5r.net Git - kconfig-frontends/blobdiff - configure.ac
libs/parser: add pkg-config file
[kconfig-frontends] / configure.ac
index ba7db9b155bdff560e8d0bb265b24b16558f162f..b465dac4ed49dc8b1241023e361e5c9142e45582 100644 (file)
@@ -498,8 +498,14 @@ AS_IF(
 
 #----------------------------------------
 # Finalise
+# All generated files are generated by a Makefile rule, except Makefile
+# itself of course.
+# There is no generic solution in automake to generate a file from its
+# .in source, so we'd have to provide custom, hand-made rules, which is
+# not nice. So, we handle libs/parser/kconfig-parser.pc here.
 AC_CONFIG_FILES([
     Makefile
+    libs/parser/kconfig-parser.pc
 ])
 AC_OUTPUT