X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=ac9cc1c743eb55e2148d5656cdc424a565821b8e;hb=5b7b5519d955cd0c99d094ba140514e0a2b73083;hp=e91e4b7732fe2ebbe6e06a65e00be044d19fc276;hpb=8988b3bef0760b4cab8144715cc3d8f55688861c;p=chaz%2Fhomebank diff --git a/Makefile.am b/Makefile.am index e91e4b7..ac9cc1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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