You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
436 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -35,9 +35,6 @@ SED_PROCESS = \
  4. -e 's,@zlib_LIBS\@,${zlib_LIBS},g' \
  5. < $< > $@ || rm $@
  6. -%.pc: %.pc.in Makefile
  7. - $(SED_PROCESS)
  8. -
  9. LIBKMOD_CURRENT=4
  10. LIBKMOD_REVISION=9
  11. LIBKMOD_AGE=2
  12. --- a/configure.ac
  13. +++ b/configure.ac
  14. @@ -221,6 +221,7 @@ AC_CONFIG_HEADERS(config.h)
  15. AC_CONFIG_FILES([
  16. Makefile
  17. man/Makefile
  18. + libkmod/libkmod.pc
  19. libkmod/docs/Makefile
  20. libkmod/docs/version.xml
  21. ])