diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-04-07 15:40:21 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-04-07 15:40:21 +0000 |
commit | ab9745641373d35235b8c0d124f1c355908b575f (patch) | |
tree | 4ad92b37432ff7dcbcdd0ba57b85dfe00f89c505 /example/Makefile.am | |
parent | 670c78a3134f2233b018fa931e1a7e69e4ab11fd (diff) | |
download | libfuse-ab9745641373d35235b8c0d124f1c355908b575f.tar.gz |
fix
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index e8c8a6d..be7a674 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,8 +1,9 @@ ## Process this file with automake to produce Makefile.in -noinst_PROGRAMS = fusexmp null hello +noinst_PROGRAMS = fusexmp fusexmp_fh null hello fusexmp_SOURCES = fusexmp.c +fusexmp_fh_SOURCES = fusexmp_fh.c null_SOURCES = null.c hello_SOURCES = hello.c |