blob: 05c55571e3be73c3bc25ce266b500f3376b22c62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./kmymoney2/plugins/Makefile.in.orig 2008-03-24 10:50:04.000000000 -0400
+++ ./kmymoney2/plugins/Makefile.in 2008-10-10 09:39:06.000000000 -0400
@@ -389,7 +389,7 @@
INCLUDES = $(all_includes) -I$(top_srcdir) -I.
# since some of the subdirs are conditional, we need to define DIST_SUBDIRS
-SUBDIRS = interfaces @ofx_importerplugin@ @kbanking_plugin@
+SUBDIRS = . interfaces @ofx_importerplugin@ @kbanking_plugin@
DIST_SUBDIRS = interfaces kbanking ofximport
# The library containing the plugin base class
|