~ubuntu-branches/ubuntu/trusty/nilfs-tools/trusty

« back to all changes in this revision

Viewing changes to bin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2011-08-12 20:42:38 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20110812204238-3i5mnvvmg7amtyjm
Tags: upstream-2.1.0~rc2
ImportĀ upstreamĀ versionĀ 2.1.0~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AM_CFLAGS = -Wall
4
4
AM_CPPFLAGS = -I$(top_srcdir)/include
5
 
LDADD = $(top_builddir)/lib/libnilfs.la -lrt
 
5
LDADD = $(top_builddir)/lib/libnilfs.la
6
6
 
7
7
bin_PROGRAMS = chcp dumpseg lscp lssu mkcp rmcp
8
8
 
9
9
chcp_SOURCES = chcp.c
 
10
chcp_LDADD = $(LDADD) $(LIB_POSIX_SEM)
10
11
 
11
12
dumpseg_SOURCES = dumpseg.c
12
13
 
15
16
lssu_SOURCES = lssu.c
16
17
 
17
18
mkcp_SOURCES = mkcp.c
 
19
mkcp_LDADD = $(LDADD) $(LIB_POSIX_SEM)
18
20
 
19
21
rmcp_SOURCES = rmcp.c
20
22
rmcp_LDADD = $(LDADD) $(top_builddir)/lib/libcno.la