I added plugins.cfg and resources.cfg to .gitignore since they'll be specific to our development environments.
Various configuration items for porting to the CS machines:
configure.ac:
PKG_CHECK_MODULES(SDL, [sdl >= 1.2]) AC_SUBST(SDL_CFLAGS) AC_SUBST(SDL_LIBS)
Makefile.am:
assignment2_CXXFLAGS =