X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/ef9c531b610d09a13247f8a345ef9d34c023af94..5852cc42f98a0b5b22f7cf1f312dea386a94c545:/src/icons/Makefile.am diff --git a/src/icons/Makefile.am b/src/icons/Makefile.am index 26c4f785..112ebb19 100644 --- a/src/icons/Makefile.am +++ b/src/icons/Makefile.am @@ -128,6 +128,7 @@ WAYPOINT_ICONS_LARGE += wp_dive1_large.png WAYPOINT_ICONS_LARGE += wp_dive2_large.png WAYPOINT_ICONS_LARGE += wp_dollar_large.png WAYPOINT_ICONS_LARGE += wp_drinking_wtr_large.png +WAYPOINT_ICONS_LARGE += wp_exit_large.png WAYPOINT_ICONS_LARGE += wp_fastfood_large.png WAYPOINT_ICONS_LARGE += wp_fhs_facility_large.png WAYPOINT_ICONS_LARGE += wp_fish_large.png @@ -142,6 +143,7 @@ WAYPOINT_ICONS_LARGE += wp_geocache_large.png WAYPOINT_ICONS_LARGE += wp_glider_large.png WAYPOINT_ICONS_LARGE += wp_golf_large.png WAYPOINT_ICONS_LARGE += wp_grnd_trans_large.png +WAYPOINT_ICONS_LARGE += wp_helipad_large.png WAYPOINT_ICONS_LARGE += wp_horn_large.png WAYPOINT_ICONS_LARGE += wp_house_large.png WAYPOINT_ICONS_LARGE += wp_ice_skating_large.png @@ -203,7 +205,7 @@ ICONS = \ viking.png \ bing_maps.png \ addtr_18.png \ - begintr_18.png \ + vik_new_route_18.png \ addwp_18.png \ edtr_18.png \ edwp_18.png \ @@ -224,11 +226,12 @@ ICONS = \ vikgeoreflayer.png \ vikgpslayer.png \ vikmapslayer.png \ + vikmapniklayer.png \ viktrwlayer.png CURSORS = \ cursor_addtr.png \ - cursor_begintr.png \ + cursor_new_route.png \ cursor_edtr.png \ cursor_geozoom.png \ cursor_ruler.png \ @@ -264,7 +267,7 @@ icons.h: $(ALL_ICONS_HEADER) icons.c: $(ALL_ICONS_HEADER) echo "/* Generated file */" > $@ echo "#include " >> $@ - for file in *_pixmap.h ; do echo "#include \"$$file\"" >> $@ ; done + for file in $(ALL_ICONS_HEADER) ; do echo "#include \"$$file\"" >> $@ ; done $(BUILT_SOURCES): $(srcdir)/Makefile.am