~james-w/+junk/fuse-debian-upstream

« back to all changes in this revision

Viewing changes to example/Makefile.am

  • Committer: James Westby
  • Date: 2008-05-16 12:57:48 UTC
  • Revision ID: jw+debian@jameswestby.net-20080516125748-b8m5dtnbbyjtjpkg
Tags: upstream-debian-2.3.0
Import upstream from fuse_2.3.0.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
3
 
noinst_PROGRAMS = fusexmp null hello
 
3
noinst_PROGRAMS = fusexmp fusexmp_fh null hello
4
4
 
5
5
fusexmp_SOURCES = fusexmp.c
 
6
fusexmp_fh_SOURCES = fusexmp_fh.c
6
7
null_SOURCES = null.c
7
8
hello_SOURCES = hello.c
8
9