CMake project should install sdl2.m4.

Fixes Bugzilla #1809.
This commit is contained in:
Ryan C. Gordon 2013-07-13 00:10:25 -04:00
parent b2849474ac
commit 7b6a381369

View file

@ -1184,4 +1184,5 @@ if(NOT WINDOWS OR CYGWIN)
endif(FREEBSD)
install(PROGRAMS ${SDL2_BINARY_DIR}/sdl2-config DESTINATION bin)
# TODO: what about the .spec file? Is it only needed for RPM creation?
install(FILES "${SDL2_SOURCE_DIR}/sdl2.m4" DESTINATION "share/aclocal")
endif(NOT WINDOWS OR CYGWIN)