~ubuntu-branches/ubuntu/utopic/xfsprogs/utopic-proposed

« back to all changes in this revision

Viewing changes to libxcmd/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2009-09-17 14:32:48 UTC
  • Revision ID: james.westby@ubuntu.com-20090917143248-jrclwl1byyautnnk
Tags: 3.0.4
* New bugfix release
* Resolve a libxfs unaligned access (closes: #517553)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
LCFLAGS += -DHAVE_GETMNTINFO
21
21
endif
22
22
 
 
23
ifeq ($(ENABLE_READLINE),yes)
 
24
LCFLAGS += -DENABLE_READLINE
 
25
endif
 
26
 
 
27
ifeq ($(ENABLE_EDITLINE),yes)
 
28
LCFLAGS += -DENABLE_EDITLINE
 
29
endif
 
30
 
23
31
default: $(LTLIBRARY)
24
32
 
25
33
include $(BUILDRULES)