diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-17 07:27:43 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-17 07:27:43 +0000 |
commit | 0f065059dcaf9c452f1cdec115f619f697fd71cc (patch) | |
tree | 06b3417b4cbe08a96ce293f5371662f9c61a09de /exa/Makefile.am | |
parent | ba632f697a782cd47870705b6cecaac2c60d30ff (diff) |
Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit on
2006-01-18.
Diffstat (limited to 'exa/Makefile.am')
-rw-r--r-- | exa/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exa/Makefile.am b/exa/Makefile.am index a4992052d..c9cbf9b45 100644 --- a/exa/Makefile.am +++ b/exa/Makefile.am @@ -1,6 +1,8 @@ noinst_LTLIBRARIES = libexa.la +if XORG sdk_HEADERS = exa.h +endif INCLUDES = \ $(XORG_INCS) \ |