diff options
author | Matt Turner <mattst88@gmail.com> | 2012-06-29 14:24:30 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-06-29 14:24:30 -0400 |
commit | ad9f1d020188fe90ae742041195baebdfbe6fe27 (patch) | |
tree | 4923cc5bf7133524f2b1a14f7fd3baddcd533d5d | |
parent | ff5d041b88c667141b891909acd3085c3ed54994 (diff) |
Fix distcheck due to custom iwMMXt rules
-rw-r--r-- | pixman/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pixman/Makefile.am b/pixman/Makefile.am index 1b232ad0..deacf872 100644 --- a/pixman/Makefile.am +++ b/pixman/Makefile.am @@ -92,6 +92,7 @@ endif # iwmmxt code if USE_ARM_IWMMXT +libpixman_iwmmxt_la_SOURCES = pixman-mmx.c noinst_LTLIBRARIES += libpixman-iwmmxt.la libpixman_1_la_LIBADD += libpixman-iwmmxt.la |