diff options
Diffstat (limited to 'vcpkg/ports/libxpm/subdirs.diff')
| -rw-r--r-- | vcpkg/ports/libxpm/subdirs.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/libxpm/subdirs.diff b/vcpkg/ports/libxpm/subdirs.diff new file mode 100644 index 0000000..b149184 --- /dev/null +++ b/vcpkg/ports/libxpm/subdirs.diff @@ -0,0 +1,13 @@ +diff --git a/Makefile.am b/Makefile.am +index 235ee1f..d8d0f66 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,7 +1,7 @@ + # Daniel Stone disowns all copyright on this file; no warranty is given as to its + # suitability or otherwise. + +-SUBDIRS = doc include man src sxpm cxpm test ++SUBDIRS = include src + + ACLOCAL_AMFLAGS = -I m4 + |