diff options
-rw-r--r-- | ext/xml/expat/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/expat/Makefile.in b/ext/xml/expat/Makefile.in index f9434e88be..c7daf05c0c 100644 --- a/ext/xml/expat/Makefile.in +++ b/ext/xml/expat/Makefile.in @@ -5,5 +5,5 @@ LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD) SUBDIRS = xmltok xmlparse - + include $(top_srcdir)/build/dynlib.mk |