diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-07-13 14:08:19 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-07-13 14:08:19 +0000 |
commit | 76c1752f14177a5c56f9cfa5aaac5b346823d47b (patch) | |
tree | 3350af334c3ef9a1893a16e14ea94ba404fa8b72 /example/Makefile.am | |
parent | 4331a2721ca6f8770d8e828eb95a01f31114fa5a (diff) | |
download | libfuse-76c1752f14177a5c56f9cfa5aaac5b346823d47b.tar.gz |
inode based API first working version
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index be7a674..8d62e9d 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -noinst_PROGRAMS = fusexmp fusexmp_fh null hello +noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fusexmp_SOURCES = fusexmp.c fusexmp_fh_SOURCES = fusexmp_fh.c |