]> Dogcows Code - chaz/homebank/blobdiff - Makefile.am
revert whitespace fixes
[chaz/homebank] / Makefile.am
index e5c6cfec6cbd8e6459ce23702a7de23039a48241..6d3f36a958637ddfc06d0134109e916a4d8f6a92 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
 
 
 datasdir   = $(datadir)/homebank/datas/
@@ -34,3 +36,10 @@ uninstall-hook:
        -rm -rf $(datadir)/homebank/icons
        -rm -rf $(datadir)/homebank/images
 #-rmdir $(datadir)/homebank
+
+run: all
+       PERL5LIB=src src/homebank
+
+debug: all
+       PERL5LIB=src gdb src/homebank
+
This page took 0.026032 seconds and 4 git commands to generate.