Makefile.policykit revision 494f7e12a62129ef191a15f9dfde6b7abe3bf510
c070f56622b9a37191894cf0937d85e943ef6033Peter Major#
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# CDDL HEADER START
c070f56622b9a37191894cf0937d85e943ef6033Peter Major#
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# The contents of this file are subject to the terms of the
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# Common Development and Distribution License (the "License").
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# You may not use this file except in compliance with the License.
c070f56622b9a37191894cf0937d85e943ef6033Peter Major#
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# or http://www.opensolaris.org/os/licensing.
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# See the License for the specific language governing permissions
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# and limitations under the License.
c070f56622b9a37191894cf0937d85e943ef6033Peter Major#
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# When distributing Covered Code, include this CDDL HEADER in each
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# If applicable, add the following below this CDDL HEADER, with the
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# fields enclosed by brackets "[]" replaced with your own identifying
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# information: Portions Copyright [yyyy] [name of copyright owner]
c070f56622b9a37191894cf0937d85e943ef6033Peter Major#
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# CDDL HEADER END
c070f56622b9a37191894cf0937d85e943ef6033Peter Major#
c070f56622b9a37191894cf0937d85e943ef6033Peter Major#
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# Use is subject to license terms.
c070f56622b9a37191894cf0937d85e943ef6033Peter Major#
c070f56622b9a37191894cf0937d85e943ef6033Peter Major# Definitions common for PolicyKit
c070f56622b9a37191894cf0937d85e943ef6033Peter Major#
c070f56622b9a37191894cf0937d85e943ef6033Peter Major
c070f56622b9a37191894cf0937d85e943ef6033Peter MajorPOLICYKIT_VERSION = 0.2
c070f56622b9a37191894cf0937d85e943ef6033Peter Major
c070f56622b9a37191894cf0937d85e943ef6033Peter MajorPOLICYKIT_DBUS_CPPFLAGS = -DDBUS_API_SUBJECT_TO_CHANGE \
c070f56622b9a37191894cf0937d85e943ef6033Peter Major -I$(ADJUNCT_PROTO)/usr/include/dbus-1.0 \
c070f56622b9a37191894cf0937d85e943ef6033Peter Major -I$(ADJUNCT_PROTO)/usr/lib/dbus-1.0/include
c070f56622b9a37191894cf0937d85e943ef6033Peter MajorPOLICYKIT_GLIB_CPPFLAGS = -I$(ADJUNCT_PROTO)/usr/include/glib-2.0 \
c070f56622b9a37191894cf0937d85e943ef6033Peter Major -I$(ADJUNCT_PROTO)/usr/lib/glib-2.0/include
c070f56622b9a37191894cf0937d85e943ef6033Peter Major
c070f56622b9a37191894cf0937d85e943ef6033Peter MajorPOLICYKIT_DBUS_LDLIBS = -ldbus-1
c070f56622b9a37191894cf0937d85e943ef6033Peter MajorPOLICYKIT_GLIB_LDLIBS = -lglib-2.0
c070f56622b9a37191894cf0937d85e943ef6033Peter Major