Skip to content
Snippets Groups Projects
Commit de0a73c8 authored by Michel Roelofs's avatar Michel Roelofs
Browse files

Link ec_enum also to dl, needed on Ubuntu 13.04

parent 73ed3a82
Branches
Tags
No related merge requests found
......@@ -48,6 +48,9 @@ libethercat.la_install: libethercat.la
ec_enum: libethercat.la_install
ec_enum_LDFLAGS=-lethercat
ifneq ($(OS), FreeBSD)
ec_enum_LDFLAGS+= -ldl
endif
ec_enum: ec_enum.o
ec_enum.o: esc_id.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment