~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:40 UTC
  • Revision ID: jw+debian@jameswestby.net-20080516125740-fn2iqsxtfd3olmib
Tags: upstream-debian-2.2.1
Import upstream from fuse_2.2.1.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
noinst_PROGRAMS = fusexmp null hello
 
4
 
 
5
fusexmp_SOURCES = fusexmp.c
 
6
null_SOURCES = null.c
 
7
hello_SOURCES = hello.c
 
8
 
 
9
LDADD = ../lib/libfuse.la -lpthread