From 71d26d2ee988a55171a927e03b844b8d8f75ebb4 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Fri, 9 Sep 2011 18:19:25 +0000 Subject: [PATCH] add simDetector to Linux build --- xxxApp/src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index f867e74..95475e4 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -140,6 +140,8 @@ ifeq (linux-x86,$(findstring linux-x86, $(T_A))) iocxxxLinux_DBD += xxxCommonInclude.dbd iocxxxLinux_DBD += ADSupport.dbd NDFileNetCDF.dbd xxx_LIBS_Linux += ADBase NDPlugin netCDF + iocxxxLinux_DBD += simDetectorSupport.dbd commonDriverSupport.dbd + xxx_LIBS_Linux += simDetector # If your host supports libpcap and libnet and you want to build Canberra network # support, set LINUX_NET_INSTALLED to YES in <synApps>/configure/CONFIG_SITE. -- GitLab