~ubuntu-branches/ubuntu/wily/spl-linux/wily

« back to all changes in this revision

Viewing changes to include/sys/fm/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-04-02 01:03:05 UTC
  • Revision ID: package-import@ubuntu.com-20130402010305-bt9to0tn48joen5q
Tags: upstream-0.6.1
ImportĀ upstreamĀ versionĀ 0.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
COMMON_H =
 
2
 
 
3
KERNEL_H = \
 
4
        $(top_srcdir)/include/sys/fm/protocol.h \
 
5
        $(top_srcdir)/include/sys/fm/util.h
 
6
 
 
7
USER_H =
 
8
 
 
9
EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
 
10
 
 
11
if CONFIG_KERNEL
 
12
kerneldir = /usr/src/spl-$(VERSION)/include/sys/fm
 
13
kernel_HEADERS = $(KERNEL_H)
 
14
endif