diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 12:10:33 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 12:10:33 -0800 |
commit | 4f1a42f85bb16d006429c7ce867be939a222fc25 (patch) | |
tree | 32c8299ffb94384006a2ef669a9a3d1d17aae5fe /Makefile.am | |
download | xcb-proto-4f1a42f85bb16d006429c7ce867be939a222fc25.tar.gz xcb-proto-4f1a42f85bb16d006429c7ce867be939a222fc25.tar.bz2 xcb-proto-4f1a42f85bb16d006429c7ce867be939a222fc25.zip |
Imported Upstream version 1.8upstream/1.8
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..6bc14ad --- /dev/null +++ b/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS = src xcbgen + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xcb-proto.pc + +EXTRA_DIST=doc xcb-proto.pc.in autogen.sh |