]> Pileus Git - aweather/blobdiff - src/Makefile.am
Refactoring a lot of things. Taking all the opengl and GIS stuff out of
[aweather] / src / Makefile.am
index 645fbed0a6dff86e771f8ff4b96a167197bacaa7..1c006359c643e3c83564f39a633c4f77d3160912 100644 (file)
@@ -6,10 +6,13 @@ BUILT_SOURCES = marshal.c marshal.h
 aweather_SOURCES  = main.c \
        marshal.c         marshal.h         \
        aweather-gui.c    aweather-gui.h    \
-       aweather-view.c   aweather-view.h   \
        aweather-plugin.c aweather-plugin.h \
+       gis-opengl.c      gis-opengl.h      \
+       gis-view.c        gis-view.h        \
+       gis-world.c       gis-world.h       \
        data.c            data.h            \
        location.c        location.h        \
+       marching.c        marching.h        \
        plugin-radar.c    plugin-radar.h    \
        plugin-radar-colormap.c             \
        plugin-ridge.c    plugin-ridge.h    \
@@ -30,7 +33,7 @@ MAINTAINERCLEANFILES = Makefile.in
        glib-genmarshal --prefix=aweather_cclosure_marshal --header $< > $@
 
 test: all
-       ./aweather -d 7
+       ./aweather -o -d 7 -s KVNX
 
 gdb: all
        gdb ./aweather