diff options
author | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:31 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:31 +0000 |
commit | 727dbc6cfae682010de89ae8e151c21c8c5cd41d (patch) | |
tree | 5a66c5c39d3aa8a62f7dba6017aa81b683ca6791 /Makefile.am | |
parent | 5c06668fc4ea80cf438fe2a02760d9b645310fb3 (diff) |
Initial build system files for proto module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..7fc003f --- /dev/null +++ b/Makefile.am @@ -0,0 +1,14 @@ +trapdir = $(includedir)/X11/extensions +trap_HEADERS = \ + xtrapbits.h \ + xtrapddmi.h \ + xtrapdi.h \ + xtrapemacros.h \ + xtraplib.h \ + xtraplibp.h \ + xtrapproto.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = trapext.pc + +EXTRA_DIST = autogen.sh trapext.pc.in |