diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-13 15:04:06 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-13 15:06:12 +1030 |
commit | 1d89a1650a140a21e9d5526c50daf56b2673dbe8 (patch) | |
tree | 283935410c13f808ed66885f666af6a98a1ec0b0 /include | |
parent | 149be75873b39e64afc5959b41360396b86fd880 (diff) |
Install header files in xserver's sdk dir.
Missing from 851097c45f02f2a033975cd3b2ed9490a4aa87bd. Don't install header
files in <prefix>/include, install them in <prefix>/include/xorg instead.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 90ca9c5..5e36126 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -19,5 +19,5 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. EXTRA_DIST = synaptics.h synaptics-properties.h -include_HEADERS = synaptics.h synaptics-properties.h +sdk_HEADERS = synaptics.h synaptics-properties.h |