diff options
Diffstat (limited to 'exa/Makefile.am')
-rw-r--r-- | exa/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/exa/Makefile.am b/exa/Makefile.am index 2b3f1e416..bf2c138d8 100644 --- a/exa/Makefile.am +++ b/exa/Makefile.am @@ -17,11 +17,12 @@ AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS) libexa_la_SOURCES = \ exa.c \ exa.h \ + exa_classic.c \ + exa_migration.c \ + exa_driver.c \ exa_accel.c \ exa_glyphs.c \ - exa_migration.c \ exa_offscreen.c \ exa_render.c \ exa_priv.h \ exa_unaccel.c - |