~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to mount/Makefile.am

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
ldadd_common += $(ul_libblkid_la)
78
78
ldadd_static += $(ul_libblkid_la)
79
79
cflags_common += -I$(ul_libblkid_incdir)
80
 
else
81
 
ldadd_common += $(BLKID_LIBS)
82
 
ldadd_static += $(BLKID_LIBS_STATIC)
83
 
cflags_common += $(BLKID_CFLAGS)
84
80
endif
85
81
 
86
82
if HAVE_SELINUX