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

« back to all changes in this revision

Viewing changes to lib/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
lib_LTLIBRARIES = libfuse.la
 
4
 
 
5
libfuse_la_SOURCES =    \
 
6
        fuse.c          \
 
7
        fuse_mt.c       \
 
8
        helper.c        \
 
9
        mount.c         \
 
10
        fuse_i.h
 
11
 
 
12
libfuse_la_LDFLAGS = -lpthread -version-number 2:2:1 \
 
13
        -Wl,--version-script,fuse_versionscript
 
14
 
 
15
EXTRA_DIST = fuse_versionscript