diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-12-16 01:09:44 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-12-16 01:09:44 +0200 |
commit | 0422755ef9373fbb6f69fbb599d791331837f747 (patch) | |
tree | ae9a6cf8e3df12f32eaebbbe282b53e61099e9a1 /Makefile.am | |
parent | cf44526713681ccfb6ef929a9c25ea650c5d1a32 (diff) |
don't distribute Xfuncproto.h and Xpoll.h
Don't distribute these two files, as they're generated during the build.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e3561f7..533d281 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,14 +11,12 @@ xproto_HEADERS = \ Xatom.h \ Xdefs.h \ XF86keysym.h \ - Xfuncproto.h \ Xfuncs.h \ X.h \ Xmd.h \ Xosdefs.h \ Xos.h \ Xos_r.h \ - Xpoll.h \ Xproto.h \ Xprotostr.h \ Xthreads.h \ @@ -27,6 +25,10 @@ xproto_HEADERS = \ Xwindows.h \ Xwinsock.h +nodist_xproto_HEADERS = \ + Xfuncproto.h \ + Xpoll.h + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xproto.pc |