diff options
Diffstat (limited to 'proto/recordproto/Makefile.am')
-rw-r--r-- | proto/recordproto/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/proto/recordproto/Makefile.am b/proto/recordproto/Makefile.am new file mode 100644 index 000000000..c4aaee387 --- /dev/null +++ b/proto/recordproto/Makefile.am @@ -0,0 +1,9 @@ +recorddir = $(includedir)/X11/extensions +record_HEADERS = \ + record.h \ + recordstr.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = recordproto.pc + +EXTRA_DIST = autogen.sh recordproto.pc.in |