~ubuntu-branches/ubuntu/precise/nvidia-settings/precise

« back to all changes in this revision

Viewing changes to src/libXNVCtrlAttributes/src.mk

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone
  • Date: 2010-06-27 18:59:46 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100627185946-zpgnp08qs5do500z
Tags: 256.35-0ubuntu1
* New upstream release:
  - Fixed a bug that caused nvidia-settings to crash when rendering
    its thermal gauge widget if the range of valid values for the
    thermal sensor was empty.
  - Improved Thermal Settings reporting in nvidia-settings to
    accurately reflect hardware configurations with multiple thermal
    sensors.
* debian/docs:
  - Remove Makefile.inc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# files in the src/libXNVCtrlAttributes directory of nvidia-settings
 
3
#
 
4
 
 
5
LIB_XNVCTRL_ATTRIBUTES_SRC += NvCtrlAttributes.c
 
6
LIB_XNVCTRL_ATTRIBUTES_SRC += NvCtrlAttributesNvControl.c
 
7
LIB_XNVCTRL_ATTRIBUTES_SRC += NvCtrlAttributesVidMode.c
 
8
LIB_XNVCTRL_ATTRIBUTES_SRC += NvCtrlAttributesXv.c
 
9
LIB_XNVCTRL_ATTRIBUTES_SRC += NvCtrlAttributesGlx.c
 
10
LIB_XNVCTRL_ATTRIBUTES_SRC += NvCtrlAttributesXrandr.c
 
11
 
 
12
LIB_XNVCTRL_ATTRIBUTES_EXTRA_DIST += NvCtrlAttributes.h
 
13
LIB_XNVCTRL_ATTRIBUTES_EXTRA_DIST += NvCtrlAttributesPrivate.h
 
14
LIB_XNVCTRL_ATTRIBUTES_EXTRA_DIST += src.mk