From f999857658f864bbfa5142e827795f9c65c9a325 Mon Sep 17 00:00:00 2001 From: Johnny Jacob Date: Mon, 16 Jun 2008 12:09:08 +0000 Subject: plugins/Makefile.am (DIST_SUBDIRS): Add python loader to DIST. svn path=/trunk/; revision=35643 --- plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 8364a3a463..d78cb63d83 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = $(plugins_enabled) -DIST_SUBDIRS = $(all_plugins_base) $(all_plugins_standard) $(all_plugins_experimental) profiler +DIST_SUBDIRS = $(all_plugins_base) $(all_plugins_standard) $(all_plugins_experimental) profiler python -- cgit