diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-09-25 16:19:25 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-03 17:38:10 +0930 |
commit | 851097c45f02f2a033975cd3b2ed9490a4aa87bd (patch) | |
tree | 463b7b950038578b87aff19e59d118c02c6b2f6d /Makefile.am | |
parent | 355e845c67fffc0220c56a17b1957288c9bbadc7 (diff) |
Install synaptics-properties.h in xorg include path, install xorg-synaptics.pc.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5bb4c42..ad69d2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,3 +20,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = include src man tools fdi + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xorg-synaptics.pc + |