diff options
Diffstat (limited to 'xorg-server/exa/makefile')
-rw-r--r-- | xorg-server/exa/makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/xorg-server/exa/makefile b/xorg-server/exa/makefile index 0373a4be3..5ad11a1ed 100644 --- a/xorg-server/exa/makefile +++ b/xorg-server/exa/makefile @@ -1,4 +1,14 @@ -CSRCS=exa.c exa_accel.c exa_migration.c exa_offscreen.c exa_render.c exa_unaccel.c
-
LIBRARY=libexa
+CSRCS = \
+ exa.c \
+ exa_classic.c \
+ exa_migration_classic.c \
+ exa_driver.c \
+ exa_mixed.c \
+ exa_migration_mixed.c \
+ exa_accel.c \
+ exa_glyphs.c \
+ exa_offscreen.c \
+ exa_render.c \
+ exa_unaccel.c
|