1#
2# Copyright (c) 2010      Cisco Systems, Inc.  All rights reserved.
3# $COPYRIGHT$
4#
5# Additional copyrights may follow
6#
7# $HEADER$
8#
9
10# main library setup
11noinst_LTLIBRARIES = libmca_event.la
12libmca_event_la_SOURCES =
13
14# local files
15headers = event.h
16libmca_event_la_SOURCES += $(headers)
17
18# Conditionally install the header files
19if WANT_INSTALL_HEADERS
20opaldir = $(opalincludedir)/$(subdir)
21nobase_opal_HEADERS = $(headers)
22endif
23
24include base/Makefile.am
25
26distclean-local:
27	rm -f base/static-components.h
28