]> Dogcows Code - chaz/homebank/blobdiff - Makefile.am
add plugin engine (supports C and Perl plugins)
[chaz/homebank] / Makefile.am
index e91e4b7732fe2ebbe6e06a65e00be044d19fc276..ac9cc1c743eb55e2148d5656cdc424a565821b8e 100644 (file)
@@ -1,7 +1,9 @@
 # HomeBank Makefile.am
 
+ACLOCAL_AMFLAGS        = -I m4
+
 #SUBDIRS = src
-SUBDIRS = src data images mime po doc
+SUBDIRS = src data images mime po doc plugins
 
 
 # don't forget to do a 'make check' 
@@ -18,3 +20,9 @@ DISTCLEANFILES = ... intltool-extract \
                  intltool-merge \
                  intltool-update \
                  po/.intltool-merge-cache
+
+run: all
+       PERL5LIB=src src/homebank
+
+debug: all
+       PERL5LIB=src gdb src/homebank
This page took 0.021046 seconds and 4 git commands to generate.