Skip to content
Snippets Groups Projects
Commit a9253471 authored by Ron Sluiter's avatar Ron Sluiter
Browse files

Make building mcaCanberra from a Linux host an option.

parent 203f9f37
No related branches found
No related tags found
No related merge requests found
......@@ -78,14 +78,17 @@ xxx_vxWorks_LIBS += TyGSOctal Ipac
xxx_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
xxx_Linux_LIBS += dxp handel
xxx_Linux_LIBS += mcaCanberra
# If libnet IS installed on your HOST Linux system;
# uncomment the following line.
#xxx_Linux_LIBS += mcaCanberra
xxx_LIBS_DEFAULT = $(xxx_Common_LIBS)
xxx_LIBS_vxWorks = $(xxx_vxWorks_LIBS) $(xxx_Common_LIBS)
xxx_LIBS_Linux = $(xxx_Linux_LIBS) $(xxx_Common_LIBS)
# If the host has libnet and libpcap for mca/Canberra support
xxx_SYS_LIBS_Linux += net pcap
# uncomment the following line.
#xxx_SYS_LIBS_Linux += net pcap
xxx_SYS_LIBS_vxWorks += -nil-
#===========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment