diff options
author | marha <marha@users.sourceforge.net> | 2014-11-30 14:50:22 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-11-30 14:50:22 +0100 |
commit | 08269afd672a79f8f976b740c107ebe7aa56b03a (patch) | |
tree | 9170c7652b662ba6edae0b346d6b42c679500ff0 | |
parent | 1ad4bd867834180639568d521172f788e772b4a1 (diff) | |
download | vcxsrv-08269afd672a79f8f976b740c107ebe7aa56b03a.tar.gz vcxsrv-08269afd672a79f8f976b740c107ebe7aa56b03a.tar.bz2 vcxsrv-08269afd672a79f8f976b740c107ebe7aa56b03a.zip |
Synchronised with Makefile.am
-rwxr-xr-x[-rw-r--r--] | xorg-server/fb/makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg-server/fb/makefile b/xorg-server/fb/makefile index 717c07332..ad4ed0ce8 100644..100755 --- a/xorg-server/fb/makefile +++ b/xorg-server/fb/makefile @@ -11,6 +11,7 @@ CSRCS = \ fbbits.c \
fbblt.c \
fbbltone.c \
+ fbcmap_mi.c \
fbcopy.c \
fbfill.c \
fbfillrect.c \
@@ -29,9 +30,6 @@ CSRCS = \ fbseg.c \
fbsetsp.c \
fbsolid.c \
- fbstipple.c \
- fbtile.c \
fbtrap.c \
fbutil.c \
- fbwindow.c \
- fbcmap_mi.c
+ fbwindow.c
|