X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=de75d0f3cfbe7415f044a9ac8338a23cec6568b2;hb=88ee1e67be75d5618016c6f0685c91e38966774e;hp=e91e4b7732fe2ebbe6e06a65e00be044d19fc276;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001;p=chaz%2Fhomebank diff --git a/Makefile.am b/Makefile.am index e91e4b7..de75d0f 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 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