~scarneiro/ubuntu/oneiric/opendrim-lmp-recordlog/fix-for-756108

« back to all changes in this revision

Viewing changes to OpenDRIM_RecordLogToCapabilities/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Guillaume BOTTEX
  • Date: 2009-08-19 17:08:36 UTC
  • Revision ID: james.westby@ubuntu.com-20090819170836-4pdxix40ulw5xqds
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# Linux Management Providers (LMP), OpenDRIM_RecordLogPackage provider package
 
3
# Copyright (C) 2007 Ilsoo Byun, ETRI <widepis@etri.re.kr, widepis@empal.com>
 
4
 
5
# This program is being developed under the "OpenDRIM" project.
 
6
# The "OpenDRIM" project web page: http://opendrim.sourceforge.net
 
7
# The "OpenDRIM" project mailing list: opendrim@googlegroups.com
 
8
 
9
# This program is free software; you can redistribute it and/or
 
10
# modify it under the terms of the GNU General Public License
 
11
# as published by the Free Software Foundation; version 2
 
12
# of the License.
 
13
 
14
# This program is distributed in the hope that it will be useful,
 
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
# GNU General Public License for more details.
 
18
 
19
# You should have received a copy of the GNU General Public License
 
20
# along with this program; if not, write to the Free Software
 
21
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
22
#################################################################################
 
23
 
 
24
#################################################################################
 
25
# To contributors, please leave your contact information in this section
 
26
# AND comment your changes in the source code.
 
27
 
28
# Modified by 2008 Guillaume BOTTEX, ETRI <guillaumebottex@etri.re.kr, guillaumebottex@gmail.com>
 
29
################################################################################
 
30
 
 
31
providerdir = @PROVIDERDIR@
 
32
 
 
33
provider_LTLIBRARIES = libcmpiOpenDRIM_RecordLogPackage_OpenDRIM_RecordLogToCapabilitiesProvider.la
 
34
 
 
35
libcmpiOpenDRIM_RecordLogPackage_OpenDRIM_RecordLogToCapabilitiesProvider_la_SOURCES = OpenDRIM_RecordLogToCapabilitiesAccess.cpp OpenDRIM_RecordLogToCapabilitiesProvider.cpp cmpiOpenDRIM_RecordLogToCapabilities.cpp assocOpenDRIM_RecordLogToCapabilities.cpp
 
36
 
 
37
# May have to be adjusted for direct invocation
 
38
libcmpiOpenDRIM_RecordLogPackage_OpenDRIM_RecordLogToCapabilitiesProvider_la_CPPFLAGS = -I../CIM_Capabilities -I../CIM_ManagedElement
 
39
 
 
40
# Uncomment the end for direct invocation, may have to be adjusted
 
41
libcmpiOpenDRIM_RecordLogPackage_OpenDRIM_RecordLogToCapabilitiesProvider_la_LIBADD = ../Common/libcmpiOpenDRIM_RecordLogPackage_Common.la #../CIM_Capabilities/libcmpiOpenDRIM_RecordLogPackage_CIM_CapabilitiesProvider.la ../CIM_ManagedElement/libcmpiOpenDRIM_RecordLogPackage_CIM_ManagedElementProvider.la
 
42
 
 
43
libcmpiOpenDRIM_RecordLogPackage_OpenDRIM_RecordLogToCapabilitiesProvider_la_LDFLAGS = -avoid-version
 
44
 
 
45
noinst_HEADERS = cmpiOpenDRIM_RecordLogToCapabilities.h OpenDRIM_RecordLogToCapabilities.h OpenDRIM_RecordLogToCapabilitiesAccess.h