X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2FMakefile.am;h=645fbed0a6dff86e771f8ff4b96a167197bacaa7;hp=10c83f051789f8f84f4f32a12b604ed1b45ad131;hb=5ffc3c31ece77d1debfc619a1e5817b7398209e8;hpb=678a6fa08ee7cdc98a631b9b6a6fef87be63deab diff --git a/src/Makefile.am b/src/Makefile.am index 10c83f0..645fbed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,3 @@ -AM_LDFLAGS = $(RSL_LIBS) $(GTK_LIBS) AM_CFLAGS = -Wall -Werror -Wno-unused --std=gnu99 bin_PROGRAMS = aweather wsr88ddec @@ -15,7 +14,9 @@ aweather_SOURCES = main.c \ plugin-radar-colormap.c \ plugin-ridge.c plugin-ridge.h \ plugin-example.c plugin-example.h -aweather_CPPFLAGS = $(RSL_CFLAGS) $(GTK_CFLAGS) -DDATADIR="\"$(datadir)\"" +aweather_CPPFLAGS = -DDATADIR="\"$(datadir)\"" \ + $(RSL_CFLAGS) $(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) +aweather_LDADD = $(RSL_LIBS) $(SOUP_LIBS) $(GLIB_LIBS) $(GTK_LIBS) wsr88ddec = wsr88ddec.c wsr88ddec_LDADD = -lbz2