Browse Source

Don't install aria2.h when libaria2 is disabled

Tatsuhiro Tsujikawa 12 năm trước cách đây
mục cha
commit
2ed68f7ea3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/includes/Makefile.am

+ 2 - 0
src/includes/Makefile.am

@@ -1 +1,3 @@
+if ENABLE_LIBARIA2
 nobase_include_HEADERS = aria2/aria2.h
+endif # ENABLE_LIBARIA2