File xpcd-2.09-libpcd-dir.patch of Package photocd
--- xpcd-2.09/Makefile.in +++ xpcd-2.09/Makefile.in @@ -11,7 +11,7 @@ ########################################################################## -SUBDIRS=libpcd xpcd test +SUBDIRS=xpcd test all dep depend clean install: set -e; for dir in $(SUBDIRS); do (cd $$dir; make $@); done