X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2FMakefile.am;h=c6b60557c5fcadae6a2f8e139d0dfd4c05c8e858;hp=7605c8c084af7d72841f1a72497071fc9a201b72;hb=a065c2a4897d738b099067f2b8b7581265e7200b;hpb=33ef5e398a91e8eca3c55fdcf78713efeb7fa2a0 diff --git a/src/Makefile.am b/src/Makefile.am index 7605c8c..c6b6055 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,7 @@ +AM_CPPFLAGS = $(GTK_CFLAGS) +AM_CFLAGS = -Wall -Werror --std=gnu99 + bin_PROGRAMS = aweather -aweather_SOURCES = aweather.c -aweather_CPPFLAGS = @PACKAGE_CFLAGS@ -aweather_LDADD = @PACKAGE_LIBS@ +aweather_SOURCES = aweather.c opengl.c cube.c radar.c +aweather_LDADD = $(GTK_LIBS) -lrsl