diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2009-10-15 01:53:40 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-15 08:05:39 -0700 |
commit | bcd0c02cfd0707b5f8b1ca91dfbe4412df2c643e (patch) | |
tree | d3ffe4486be792a23ffa84f97fd752aa7caa4e00 /Makefile.am | |
parent | 264ce9e8360374b3a43442c8bdea08abde705446 (diff) |
Install SDK pkg-config and aclocal files only if XORG
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cf1469ff7..cb98d2c31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,11 +41,13 @@ SUBDIRS = \ hw \ test +if XORG aclocaldir = $(datadir)/aclocal aclocal_DATA = xorg-server.m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-server.pc +endif EXTRA_DIST = xorg-server.pc.in xorg-server.m4 ChangeLog autogen.sh |