Edit

kc3-lang/libxml2/include/private/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2022-08-26 01:22:33
    Hash : 0f568c0b
    Message : Consolidate private header files Private functions were previously declared - in header files in the root directory - in public headers guarded with IN_LIBXML - in libxml.h - redundantly in source files that used them. Consolidate all private header files in include/private.

  • include/private/Makefile.am
  • EXTRA_DIST = \
    	buf.h \
    	dict.h \
    	enc.h \
    	entities.h \
    	error.h \
    	html.h \
    	io.h \
    	parser.h \
    	regexp.h \
    	save.h \
    	string.h \
    	threads.h \
    	tree.h \
    	xzlib.h