diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 19:37:27 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 19:37:27 +0000 |
commit | b50e6e06f22d3c653166e1817d75c3f4a98b2748 (patch) | |
tree | 6bb947525e32363ee985b71537c1e5dcdbd0e462 /Makefile.am | |
parent | c1990aed3deb74e3bec72a99bf43debe53d8506a (diff) |
Autotool libXi
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..059fffc --- /dev/null +++ b/Makefile.am @@ -0,0 +1,10 @@ +# $XdotOrg: $ + +AM_CFLAGS = $(XI_CFLAGS) + +SUBDIRS = src man + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xi.pc + +EXTRA_DIST = xi.pc.in autogen.sh |