X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=0146664d7372ef4a68aed8cff34d334d59392636;hb=63549401134446b1ffedc1e128ba9e4e045451fd;hp=036bcda70d56be1850bac53145d49937501b5ad5;hpb=9f70beb818ec40ca1c8edbd1ee4ee9a50185d60c;p=leo.git diff --git a/Makefile b/Makefile index 036bcda..0146664 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ include $(BUILDSYS)/Maketop PROGS+=$(o)/leo CFLAGS+=$(LIBUCW_CFLAGS) -LEO_MODULES=leo xml osm svg svg-icon css-parse css-lex style css dict sym sym-point sym-line sym-text map shp fixed +LEO_MODULES=leo xml osm svg svg-icon css-parse css-lex style css dict sym sym-point sym-line sym-text map shp fixed labeller LEO_OBJECTS=$(addprefix $(o)/, $(addsuffix .o, $(LEO_MODULES))) $(o)/leo: $(LEO_OBJECTS)