chiark / gitweb /
import: support downloading .xz compressed images
[elogind.git] / Makefile.am
index 7806a07e568503a3c9b5e03e3a08db9eff0e60ca..ee73598cb18e26ade954d5edfa1b3f6ded9c4f00 100644 (file)
@@ -5237,13 +5237,15 @@ systemd_import_SOURCES = \
 
 systemd_import_CFLAGS = \
        $(AM_CFLAGS) \
-       $(LIBCURL_CFLAGS)
+       $(LIBCURL_CFLAGS) \
+       $(XZ_CFLAGS)
 
 systemd_import_LDADD = \
        libsystemd-internal.la \
        libsystemd-label.la \
        libsystemd-shared.la \
-       $(LIBCURL_LIBS)
+       $(LIBCURL_LIBS) \
+       $(XZ_LIBS)
 endif
 
 endif