Browse Source

* Generate the C++ .pc files at configure time.

tags/v0.99.beta14
Sam Hocevar sam 16 years ago
parent
commit
91103fbd97
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      configure.ac

+ 2
- 0
configure.ac View File

@@ -486,6 +486,8 @@ AC_CONFIG_FILES([
caca/caca.pc caca/caca.pc
csharp/cucul-sharp.dll.config csharp/cucul-sharp.dll.config
csharp/caca-sharp.dll.config csharp/caca-sharp.dll.config
cxx/cucul++.pc
cxx/caca++.pc
doc/doxygen.cfg doc/doxygen.cfg
]) ])
AC_CONFIG_FILES([caca-config], [chmod 0755 caca-config]) AC_CONFIG_FILES([caca-config], [chmod 0755 caca-config])


Loading…
Cancel
Save