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.

26 lines
602 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -14,10 +14,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
  4. ACLOCAL_AMFLAGS = -I m4
  5. SUBDIRS = \
  6. - include \
  7. - man-po \
  8. - po \
  9. - testsuite
  10. + include
  11. AM_CFLAGS = -Iproc
  12. LDADD = ./proc/libprocps.la $(CYGWINFLAGS)
  13. --- a/configure.ac
  14. +++ b/configure.ac
  15. @@ -298,8 +298,5 @@ AC_CHECK_FUNCS([__fpending alarm atexit
  16. AC_CONFIG_FILES([Makefile
  17. include/Makefile
  18. - man-po/Makefile
  19. - po/Makefile.in
  20. - proc/libprocps.pc
  21. - testsuite/Makefile])
  22. + proc/libprocps.pc])
  23. AC_OUTPUT