diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-07 22:06:39 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-07 22:06:39 +0000 |
| commit | 130cf77b86a7777994f1e1e8dcb646f366a2d294 (patch) | |
| tree | a37fe24d4852af00f87b7dc0864d1f28a968f474 /libmachdev/Makefile | |
| parent | 4057679b76ae5e1f7e79802be8399396f29c0b09 (diff) | |
| parent | 06fe9218fd82aeae688cfba5bda512d808bd443f (diff) | |
Merge branch 'dde' of git.savannah.gnu.org:/srv/git/hurd/incubator into dde
Diffstat (limited to 'libmachdev/Makefile')
| -rw-r--r-- | libmachdev/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile index 224dfddb..ad090cae 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -24,13 +24,14 @@ SRCS = deviceUser.c machUser.c net.c ds_routines.c queue.c trivfs_server.c \ LCLHDRS = dev_hdr.h device_emul.h ds_routines.h vm_param.h \ util.h queue.h io_req.h if_ether.h machdev.h linux-errno.h \ errno-base.h -installhdrs = -HURDLIBS = ports threads trivfs +installhdrs = machdev.h +HURDLIBS = ports threads trivfs ddekit bpf OBJS = $(SRCS:.c=.o) $(MIGSTUBS) include ../Makeconf -CFLAGS += -I$(top_srcdir)/libddekit/include -I$(top_srcdir)/libbpf - ourdevice.defs: device.defs $(CPP) $(CPPFLAGS) -x c $< | sed -e '/out[ ]*device[ ]*:[ ]*device_t/s/device_t/mach_port_send_t/' > $@ + +$(libname).so.$(hurd-version): + echo "INPUT ( $(libname).a )" > $@ |
