Reworked the xref functions.
[gedcom-parse.git] / gom / Makefile.am
index 9e6b12c27cf67039cbbe5612d5413e72ab713b01..13156a80cfc9e7705914047b042b7aa2db0081bf 100644 (file)
@@ -2,8 +2,8 @@
 # $Id$
 # $Name$
 
-INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/../utf8
-CFLAGS   = -g -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@
+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
 libgedcom_gom_la_SOURCES = gom.c \
@@ -56,7 +56,9 @@ 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)
-libgedcom_gom_la_LIBADD  = ../utf8/libutf8.la
+libgedcom_gom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) \
+                          -L../utf8/.libs
+libgedcom_gom_la_LIBADD  = -lutf8tools