~raof/do-plugins/mallard-documentation

« back to all changes in this revision

Viewing changes to XRandR/Makefile.am

  • Committer: Christopher James Halse Rogers
  • Date: 2011-08-30 09:23:20 UTC
  • Revision ID: raof@ubuntu.com-20110830092320-ifhreb77k8o1wka2
XRandR: Add XRandR.dll.config file, to make it work.

Now, people who don't have libxrandr-dev and libx11-dev installed can actually
use this plugin.  Yay!

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        src/OutputModeItem.cs \
10
10
        src/XRandRItemSource.cs
11
11
 
 
12
DLL_CONFIG_FILES = \
 
13
        XRandR.dll.config
 
14
 
12
15
RESOURCES = \
13
16
        Resources/XRandR.addin.xml
14
17