X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=de75d0f3cfbe7415f044a9ac8338a23cec6568b2;hb=613fd4014fa5814bf2adce50574d520df8927ce1;hp=0a662030ff8fc8ca804ced95a7eaae5a6dfba5a7;hpb=59c5e08a64798d4303ae7eb3a2713bc93d98fa7b;p=chaz%2Fhomebank diff --git a/Makefile.am b/Makefile.am index 0a66203..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 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