diff options
author | Matt Colyer | 2009-03-26 09:18:31 -0700 |
---|---|---|
committer | Matt Colyer | 2009-03-26 09:18:31 -0700 |
commit | 1496822b6be9857a16e8e7135c42927b8b348e0c (patch) | |
tree | a48a1c974f3f8d86b2c22529ea5cbe6f6e8fb2a0 /Makefile.am | |
parent | 910f6639b54f46ee62dc0038401b1949944c00b6 (diff) | |
download | ifuse-1496822b6be9857a16e8e7135c42927b8b348e0c.tar.gz ifuse-1496822b6be9857a16e8e7135c42927b8b348e0c.tar.bz2 |
Make automounting actually work. [#3 state:resolved]
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 27732b8..a6161ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = src data +SUBDIRS = src fdi indent: indent -kr -ut -ts4 -l120 src/*.c |