Add mouse vertical scrolling.
[familia.git] / Makefile.am
index 62441d7930410b85bf514b1f67c86aef0f8eb68e..d503be4d250d20715c55fecf3759c7e3c622e472 100644 (file)
@@ -42,6 +42,7 @@ bin_familia_SOURCES = \
        src/storage/positions.c \
        src/math/positions.c \
        src/math/camera.c \
+       src/math/yearline.c \
        src/graphics/individual.c \
        src/graphics/family.c \
        src/gedcom/familia_gedcom.c \
@@ -63,7 +64,7 @@ bin_familia_LDADD = \
        $(GLU_LIBS) \
        @GEDCOM_LIBS@ \
        -L/usr/lib \
-       -lzip
+       -lzip -lm
 
 bin_familia_LDFLAGS = $(LTLIBINTL)