No more borders at OpenGL rendering, if window has different aspect ratio than 1...
[mercenary-reloaded.git] / src / libkeyboard / Makefile.am
1 AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
2
3 noinst_LIBRARIES = libkeyboard.a
4
5 libkeyboard_a_SOURCES = \
6         keyboard.c
7