X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/9c237137b2ffa3b22215fb21243910bb89c18eec..5852cc42f98a0b5b22f7cf1f312dea386a94c545:/src/icons/Makefile.am?ds=sidebyside diff --git a/src/icons/Makefile.am b/src/icons/Makefile.am index a0c84c09..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 @@ -224,6 +226,7 @@ ICONS = \ vikgeoreflayer.png \ vikgpslayer.png \ vikmapslayer.png \ + vikmapniklayer.png \ viktrwlayer.png CURSORS = \ @@ -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