Compatibility handling for ftree.
[gedcom-parse.git] / gedcom / Makefile.am
index fb1ac396fb14c7ba025ec268163d8ef2cfc183a3..9ba13787c098505e5530e8f7bbb04825cece7aac 100644 (file)
@@ -24,7 +24,8 @@ libgedcom_la_SOURCES = lex.gedcom_1byte_.c \
                        interface.c \
                       date.c \
                       hash.c \
-                      xref.c
+                      xref.c \
+                      compat.c
 libgedcom_la_LDFLAGS = -version-info $(LIBVERSION)
 libgedcom_la_LIBADD  = calendar/libcalendar.la
 BUILT_SOURCES = lex.gedcom_1byte_.c \
@@ -41,7 +42,8 @@ noinst_HEADERS = encoding.h \
                 multilex.h \
                 date.h \
                 hash.h \
-                xref.h
+                xref.h \
+                compat.h
 EXTRA_DIST = gedcom.y \
             gedcom_date.y \
             gedcom_1byte.lex \