diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-06-18 12:17:06 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-06-18 12:17:06 +0100 |
commit | 8e6f8d978c961c37f2ccb306de43f35de885f370 (patch) | |
tree | bbb0e7b1381b3854e36bad07de070a025ea8e5a7 /util-src/Makefile | |
parent | 7c51e9ec71239580290b99267bb959d2c5c3bdd8 (diff) | |
parent | 34fd62b3ff8335d867aff6aecfb95b6b73a64a93 (diff) | |
download | prosody-8e6f8d978c961c37f2ccb306de43f35de885f370.tar.gz prosody-8e6f8d978c961c37f2ccb306de43f35de885f370.zip |
Merge 0.9->trunk
Diffstat (limited to 'util-src/Makefile')
-rw-r--r-- | util-src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-src/Makefile b/util-src/Makefile index 90d65e51..3a1ba3f2 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -14,9 +14,9 @@ CFLAGS+=-ggdb .PHONY: all install clean .SUFFIXES: .c .o .so -all: encodings.so hashes.so pposix.so signal.so +all: encodings.so hashes.so net.so pposix.so signal.so -install: encodings.so hashes.so pposix.so signal.so +install: encodings.so hashes.so net.so pposix.so signal.so install *.so ../util/ clean: |