From 3969d1b9691889ccc98b4aad31e2e809849bdc72 Mon Sep 17 00:00:00 2001 From: Davyd Madeley Date: Tue, 19 May 2009 16:31:52 +0800 Subject: [PATCH] Add papi to DIST_SUBDIRS --- modules/printbackends/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/printbackends/Makefile.am b/modules/printbackends/Makefile.am index ec4ad9fc04..43468a6264 100644 --- a/modules/printbackends/Makefile.am +++ b/modules/printbackends/Makefile.am @@ -14,6 +14,6 @@ if HAVE_PAPI SUBDIRS += papi endif -DIST_SUBDIRS = cups file lpr test +DIST_SUBDIRS = cups file lpr test papi -include $(top_srcdir)/git.mk