~ubuntu-branches/ubuntu/raring/ltspfs/raring-proposed

« back to all changes in this revision

Viewing changes to .pc/ltspfs-pthread.diff/src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-04-02 09:43:00 UTC
  • Revision ID: package-import@ubuntu.com-20130402094300-r0dx40yai40pjcwg
Tags: 1.1-2ubuntu1
Build ltspfs with -pthread to fix build failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
bin_PROGRAMS = ltspfs ltspfsd lbmount 
 
4
sbin_PROGRAMS = cdpinger
 
5
ltspfs_SOURCES = ltspfs.c common.c common.h ltspfs.h
 
6
ltspfsd_SOURCES = ltspfsd.c ltspfsd_functions.c ltspfsd_functions.h common.c common.h ltspfs.h
 
7
lbmount_SOURCES = lbmount.c
 
8
cdpinger_SOURCES = cdpinger.c
 
9
 
 
10
ltspfs_CFLAGS = -Wall -W -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -D_REENTRANT
 
11
ltspfsd_CFLAGS = -Wall -W -D_FILE_OFFSET_BITS=64 -DAUTOMOUNT -D_REENTRANT
 
12
cdpinger_CFLAGS = $(GLIB_CFLAGS) $(GOBJECT_CFLAGS)
 
13
 
 
14
cdpinger_LDADD = $(GLIB_LIBS) $(GOBJECT_LIBS)
 
15
ltspfs_LDADD = $(LTSPFS_LIBS)