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