diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-07 19:44:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-07 19:44:20 -0400 |
commit | 24bfabe263204192acea3a1e9bb991111a8154a4 (patch) | |
tree | 1fe5f634269a75e4e826fa7ddc1c3462f506ac29 /Makefile | |
parent | 01b908aea825f017adc566910ab0aa9a6c30774f (diff) |
add build dep on network-info
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ BASEFLAGS=-threaded -Wall $(IGNORE) -outputdir $(GIT_ANNEX_TMP_BUILD_DIR) -IUtil # If you get build failures due to missing haskell libraries, # you can turn off some of these features. -FEATURES=-DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_OLD_YESOD -DWITH_MULTICAST +FEATURES=-DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_OLD_YESOD -DWITH_PAIRING bins=git-annex mans=git-annex.1 git-annex-shell.1 |