X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=6ac5415bb013c639c7e0d4bcc2afc19c6b49241e;hb=0f3562e40af590f16de2b2b3f014cd5ce48af351;hp=fb3d4f6a69df51d6a1c4f3c504dc572f99dfef08;hpb=d3e8e448d17cc3f3f0687d194f9a377d7da97aec;p=aweather diff --git a/src/Makefile.am b/src/Makefile.am index fb3d4f6..6ac5415 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,11 @@ aweather_dbg_CPPFLAGS = $(aweather_CPPFLAGS) aweather_dbg_LDADD = $(aweather_LDADD) endif +if SYS_MAC +aweather_CPPFLAGS += $(MAC_CFLAGS) +aweather_LDADD += $(MAC_LIBS) +endif + .rc.o: ../data/icons/48x48/aweather.ico $(RC) -o $@ $< @@ -41,7 +46,8 @@ CLEANFILES = gmon.out valgrind.out MAINTAINERCLEANFILES = Makefile.in test: all - .libs/aweather -o -d 7 -s KOUN -t '2011-02-01 10:01Z' + .libs/aweather -o -d 5 +#.libs/aweather -o -d 7 -s KOUN -t '2011-02-01 10:01Z' #.libs/aweather -o -d 7 -s KLSX -t '2010-12-31 17:56Z' #.libs/aweather -o -d 7 -s KDGX -t '2010-12-31 23:10Z' #.libs/aweather -o -d 7 -s KDGX -t '1999-05-03 23:51Z'