~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to listuuid/Makefile

  • Committer: David Weber
  • Date: 2012-01-30 08:42:00 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: wb@munzinger.de-20120130084200-c8cy478mu9fk7tkf
Import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
INCLUDES = -I$(TOPDIR)/include
6
6
 
7
 
LIBOCFS2_LIBS = -L$(TOPDIR)/libocfs2 -locfs2
 
7
LIBOCFS2_LIBS = -L$(TOPDIR)/libocfs2 -locfs2 -laio
8
8
LIBOCFS2_DEPS = $(TOPDIR)/libocfs2/libocfs2.a
9
9
 
10
10
LIBO2DLM_LIBS = -L$(TOPDIR)/libo2dlm -lo2dlm $(DL_LIBS)