]> git.mxchange.org Git - simgear.git/blobdiff - simgear/xml/Makefile.am
Fix a build order problem.
[simgear.git] / simgear / xml / Makefile.am
index f423ed6d09d6a7ed76507de06d58438668144951..613ef5451a5525114147339c3ab162933d15d370 100644 (file)
@@ -1,7 +1,7 @@
 if HAVE_ZLIB
 ZLIB_INCL =
 else
-XLIB_INCL = -I$(top_builddir)/src/zlib
+XLIB_INCL = -I$(top_srcdir)/src/zlib
 endif
 
 lib_LIBRARIES = libsgxml.a
@@ -9,11 +9,17 @@ lib_LIBRARIES = libsgxml.a
 include_HEADERS = \
        easyxml.hxx
 
+noinst_HEADERS = \
+       xmltok_impl.c xmltok_ns.c
+
 libsgxml_a_SOURCES = \
-       hashtable.c \
-       xmlparse.c \
-       xmlrole.c \
-       xmltok.c \
-       easyxml.cxx
+        asciitab.h \
+       easyxml.cxx \
+       hashtable.h hashtable.c \
+       iasciitab.h latin1tab.h nametab.h utf8tab.h xmldef.h \
+       xmlparse.h xmlparse.c \
+       xmlrole.h xmlrole.c \
+       xmltok.h xmltok.c \
+       xmltok_impl.h
 
-INCLUDES += -I$(top_builddir) $(ZLIB_INCL)
+INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)