Parcourir la source

XML backend: build expat XML backend

Adds the expat XML backend to the built files.
Emmanuel Deloget il y a 12 ans
Parent
commit
762619f7f3
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      clish/shell/module.am

+ 3 - 1
clish/shell/module.am

@@ -18,4 +18,6 @@ libclish_la_SOURCES += \
 	clish/shell/private.h \
 	clish/shell/xmlapi.h \
 	clish/shell/shell_roxml.c \
-	clish/shell/shell_libxml2.c
+	clish/shell/shell_libxml2.c \
+	clish/shell/shell_expat.c
+