summaryrefslogtreecommitdiff
blob: 9e30ee7cbe6252271459515ef509329393b9b3ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Index: xorg/exa/Makefile.am
===================================================================
RCS file: /cvs/xorg/xserver/xorg/exa/Makefile.am,v
retrieving revision 1.9
diff -u -b -B -r1.9 Makefile.am
--- xorg/exa/Makefile.am	16 Feb 2006 00:14:10 -0000	1.9
+++ xorg/exa/Makefile.am	17 Apr 2006 07:23:24 -0000
@@ -1,6 +1,8 @@
 noinst_LTLIBRARIES = libexa.la
 
+if XORG
 sdk_HEADERS = exa.h
+endif
 
 INCLUDES = \
 	$(XORG_INCS) \
Index: xorg/randr/Makefile.am
===================================================================
RCS file: /cvs/xorg/xserver/xorg/randr/Makefile.am,v
retrieving revision 1.5
diff -u -b -B -r1.5 Makefile.am
--- xorg/randr/Makefile.am	19 Jan 2006 14:51:09 -0000	1.5
+++ xorg/randr/Makefile.am	17 Apr 2006 07:23:26 -0000
@@ -2,7 +2,9 @@
 
 AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
 
+if XORG
 sdk_HEADERS = randrstr.h
+endif
 
 librandr_la_SOURCES =	\
 	mirandr.c	\