]> Pileus Git - aweather/blob - src/Makefile.am
OpenGL Hello World
[aweather] / src / Makefile.am
1 bin_PROGRAMS = aweather
2
3 aweather_SOURCES  = aweather.c aweather.h cube.c cube.h
4 aweather_CPPFLAGS = @PACKAGE_CFLAGS@
5 aweather_LDADD    = @PACKAGE_LIBS@