OSDN Git Service

Fix detection of fglrx.
[android-x86/hardware-intel-common-libva.git] / va / x11 / Makefile.am
1 # INTEL CONFIDENTIAL
2 # Copyright 2007 Intel Corporation. All Rights Reserved.
3 #
4 # The source code contained or described herein and all documents related to
5 # the source code ("Material") are owned by Intel Corporation or its suppliers
6 # or licensors. Title to the Material remains with Intel Corporation or its
7 # suppliers and licensors. The Material may contain trade secrets and
8 # proprietary and confidential information of Intel Corporation and its
9 # suppliers and licensors, and is protected by worldwide copyright and trade
10 # secret laws and treaty provisions. No part of the Material may be used,
11 # copied, reproduced, modified, published, uploaded, posted, transmitted,
12 # distributed, or disclosed in any way without Intel's prior express written
13 # permission. 
14
15 # No license under any patent, copyright, trade secret or other intellectual
16 # property right is granted to or conferred upon you by disclosure or delivery
17 # of the Materials, either expressly, by implication, inducement, estoppel or
18 # otherwise. Any license under such intellectual property rights must be
19 # express and approved by Intel in writing.
20
21 AM_CFLAGS = -DLINUX -I$(top_srcdir)/va $(DRM_CFLAGS)
22
23 noinst_LTLIBRARIES = libva_x11.la       
24
25 libva_x11includedir = ${includedir}/va
26 libva_x11include_HEADERS = va_dri.h va_dri2.h va_dricommon.h
27
28 libva_x11_la_SOURCES = va_x11.c va_dri.c va_dri2.c va_dricommon.c dri2_util.c dri1_util.c va_nvctrl.c va_fglrx.c
29
30 EXTRA_DIST = va_dristr.h va_dri2str.h va_dri2tokens.h va_nvctrl.h va_fglrx.h