]> Dogcows Code - chaz/homebank/blobdiff - Makefile.am
Merge branch 'master' into ext-perl
[chaz/homebank] / Makefile.am
index 0a662030ff8fc8ca804ced95a7eaae5a6dfba5a7..de75d0f3cfbe7415f044a9ac8338a23cec6568b2 100644 (file)
@@ -1,7 +1,9 @@
 # HomeBank Makefile.am
 
+ACLOCAL_AMFLAGS        = -I m4
+
 #SUBDIRS = src
-SUBDIRS = src data images mime pixmaps themes po doc
+SUBDIRS = src data images mime pixmaps themes 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.019371 seconds and 4 git commands to generate.