diff options
author | Eric Anholt <eric@anholt.net> | 2007-08-31 18:27:41 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-31 18:28:34 -0700 |
commit | 5efc4bd7d0e2020242127d8ed83efb8d2d76a151 (patch) | |
tree | 7a05001d5c795c9b50d58937ee255ad17a142844 | |
parent | 1a125b521434da7ba3a41b6398c7f094867908e0 (diff) |
Remove backend.[ch] from neomagic to fix distcheck.
(cherry picked from commit 917e3bb83a48da7618fce463cf6283be36cd9084)
-rw-r--r-- | hw/kdrive/neomagic/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/kdrive/neomagic/Makefile.am b/hw/kdrive/neomagic/Makefile.am index 468654711..95f0e1eaa 100644 --- a/hw/kdrive/neomagic/Makefile.am +++ b/hw/kdrive/neomagic/Makefile.am @@ -19,8 +19,6 @@ bin_PROGRAMS = Xneomagic noinst_LIBRARIES = libneomagic.a libneomagic_a_SOURCES = \ - backend.h \ - backend.c \ neomagic.c \ neomagic.h \ neo_draw.c |