X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2FMakefile.am;h=67a788a46f698b5fadf6f94e058f68a358aa7778;hp=cca3efd5515bd094c6034880c356b4c4bc49a2af;hb=cd9b92089bf40c7e21a914e06d45ef734aadd086;hpb=3ec6b69dcc3bad3fce1a22e3c6b9572d83667fdf diff --git a/src/Makefile.am b/src/Makefile.am index cca3efd..67a788a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,7 @@ bin_PROGRAMS = aweather -aweather_SOURCES = aweather.c aweather.h cube.c cube.h -aweather_CPPFLAGS = @PACKAGE_CFLAGS@ -aweather_LDADD = @PACKAGE_LIBS@ +aweather_SOURCES = aweather.c opengl.c cube.c radar.c +aweather_CPPFLAGS = @PACKAGE_CFLAGS@ -I/usr/local/trmm/GVBOX/include/ +aweather_LDADD = @PACKAGE_LIBS@ -L/usr/local/trmm/GVBOX/lib/ -lrsl + +