diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-25 23:58:08 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-25 23:58:08 +0000 |
| commit | 630bf55d4bcd45540ca397d6b83c9465380dd008 (patch) | |
| tree | 56ead8cdd2b5595b57d1dad38f24b08657c6f413 /libddekit/Makefile | |
| parent | b474ef57e5e75f798250c42e88639fc25595142b (diff) | |
| parent | 4ba1188ef5ef2caf46cfedb522e83abf9d59fc54 (diff) | |
Merge branch 'dde-clean' into upstream-merged
Diffstat (limited to 'libddekit/Makefile')
| -rw-r--r-- | libddekit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libddekit/Makefile b/libddekit/Makefile index 4f6e8aaa..59f75095 100644 --- a/libddekit/Makefile +++ b/libddekit/Makefile @@ -40,7 +40,8 @@ LCLHDRS = $(installhdrs) \ MIGSTUBS = experimentalUser.o OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -HURDLIBS = threads ports shouldbeinlibc hurd-slab +HURDLIBS = ports shouldbeinlibc hurd-slab +OTHERLIBS = -lpthread MIGCOMSFLAGS = -prefix dde_ |
