]> Pileus Git - aweather/blobdiff - src/Makefile.am
OpenGL Hello World
[aweather] / src / Makefile.am
index 711939f66b6993f438402185f65d742acd96accd..cca3efd5515bd094c6034880c356b4c4bc49a2af 100644 (file)
@@ -1,2 +1,5 @@
 bin_PROGRAMS = aweather
-aweather_SOURCES = aweather.c
+
+aweather_SOURCES  = aweather.c aweather.h cube.c cube.h
+aweather_CPPFLAGS = @PACKAGE_CFLAGS@
+aweather_LDADD    = @PACKAGE_LIBS@