gimp/app/base/detect-mmx.S
Michael Natterer 7aff6c8fbe app/Makefile.am removed.
2001-07-12  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/detect_mmx.S: removed.

	* app/base/Makefile.am
	* app/base/detect-mmx.S: added.
2001-07-11 23:47:26 +00:00

6 lines
87 B
ArmAsm

#include "config.h"
#ifdef HAVE_ASM_MMX
#include "arch/i386/mmx/detect_mmx.S"
#endif