From 4e25946061b47fac5f44e946006531ee2c3eabd8 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Thu, 13 Jan 2011 02:47:03 +0000 Subject: [PATCH] Disable building the plugins directory until windows build issues can be fixed git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20082 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index cb216af79e..20b4199bb3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,6 @@ GUI_SUBDIRS_2 = \ import-export \ business \ optional \ - plugins \ bin DIST_SUBDIRS = $(NONGUI_SUBDIRS) $(GUI_SUBDIRS_1) report $(GUI_SUBDIRS_2)