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 /include | |
parent | 355e845c67fffc0220c56a17b1957288c9bbadc7 (diff) |
Install synaptics-properties.h in xorg include path, install xorg-synaptics.pc.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 2dfab10..90ca9c5 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -19,3 +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 + |