diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-02-03 09:20:31 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-02-03 09:20:31 +0000 |
commit | 357529ca870bb79be7dae0d45538d7c49595dfd7 (patch) | |
tree | ca9aa6f84136c73807f79948ed430f5abb91f815 /example | |
parent | 3c4d67c1f717c9c3273d45536fac109da7c06850 (diff) | |
download | libfuse-357529ca870bb79be7dae0d45538d7c49595dfd7.tar.gz |
fix
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 8d62e9d..1f31cfc 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,5 +1,6 @@ ## Process this file with automake to produce Makefile.in +AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fusexmp_SOURCES = fusexmp.c |