~misterc/libva/Trunk

« back to all changes in this revision

Viewing changes to src/x11/Makefile.am

  • Committer: Austin Yuan
  • Date: 2010-03-24 02:43:53 UTC
  • mfrom: (0.1.137)
  • Revision ID: git-v1:92e17d62fd6a9249906e284a28926010dc2c1639
Tags: 20100324_5.3.0.0000
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 -DIN_LIBVA -I$(top_srcdir)/src $(DRM_CFLAGS)
22
 
 
23
 
noinst_LTLIBRARIES = libva_x11.la       
24
 
 
25
 
libva_x11includedir = ${includedir}/va
26
 
libva_x11include_HEADERS = va_x11.h 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
29
 
 
30
 
EXTRA_DIST = va_dristr.h va_dri2str.h va_dri2tokens.h va_nvctrl.h