Only try to delete address if present.
[gedcom-parse.git] / gom / Makefile.am
index f05c4966e642fdbd63f50981bb337db30436a8e6..13156a80cfc9e7705914047b042b7aa2db0081bf 100644 (file)
@@ -2,7 +2,7 @@
 # $Id$
 # $Name$
 
-INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/../utf8
+INCLUDES = -I$(srcdir)/../intl -I$(srcdir)/../include -I$(srcdir)/../utf8
 CFLAGS   = -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@
 
 lib_LTLIBRARIES = libgedcom_gom.la
@@ -56,7 +56,8 @@ noinst_HEADERS = header.h \
                 source_event.h \
                 source_description.h \
                 user_rec.h \
-                gom_internal.h
+                gom_internal.h \
+                func_template.h
 
 libgedcom_gom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) \
                           -L../utf8/.libs