Beginnings of write support.
[gedcom-parse.git] / gedcom / Makefile.am
index 661c7f6bbff731015774ac803455d18b8a154377..f219f9ab1d9aeef7dc05a2218d10f51fbf19df44 100644 (file)
@@ -28,8 +28,9 @@ libgedcom_la_SOURCES = lex.gedcom_1byte_.c \
                       xref.c \
                       age.c \
                       compat.c \
-                      buffer.c
-libgedcom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) $(LIBICONV)
+                      buffer.c \
+                      write.c
+libgedcom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION)
 libgedcom_la_LIBADD  = calendar/libcalendar.la ../utf8/libutf8.la @INTLLIBS@
 BUILT_SOURCES = lex.gedcom_1byte_.c \
                lex.gedcom_hilo_.c \
@@ -50,7 +51,8 @@ noinst_HEADERS = encoding.h \
                 xref.h \
                 age.h \
                 compat.h \
-                buffer.h
+                buffer.h \
+                tag_data.h
 EXTRA_DIST = gedcom.y \
             gedcom_date.y \
             gedcom_1byte.lex \