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

« back to all changes in this revision

Viewing changes to sbin/nilfs-clean/Makefile.in

  • 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:
107
107
LIBOBJS = @LIBOBJS@
108
108
LIBS = @LIBS@
109
109
LIBTOOL = @LIBTOOL@
 
110
LIB_MOUNT = @LIB_MOUNT@
 
111
LIB_POSIX_MQ = @LIB_POSIX_MQ@
 
112
LIB_POSIX_SEM = @LIB_POSIX_SEM@
110
113
LN_S = @LN_S@
111
114
LTLIBOBJS = @LTLIBOBJS@
112
115
MAKEINFO = @MAKEINFO@
180
183
AM_CFLAGS = -Wall
181
184
AM_CPPFLAGS = -I$(top_srcdir)/include
182
185
LDADD = $(top_builddir)/lib/libnilfs.la \
183
 
        $(top_builddir)/lib/libnilfscleaner.la -lrt
 
186
        $(top_builddir)/lib/libnilfscleaner.la
184
187
 
185
188
nilfs_clean_SOURCES = nilfs-clean.c
186
189
all: all-am