diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index 9b716b4..4b90a39 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -196,11 +196,6 @@ ifdef DEVIOCSTATS $(PROD_NAME)_LIBS := devIocStats $($(PROD_NAME)_LIBS) endif -ifdef ETHERIP - $(DBD_NAME)_DBD += ether_ip.dbd - $(PROD_NAME)_LIBS := ether_ip $($(PROD_NAME)_LIBS) -endif - ifdef ALIVE ifndef ADCORE $(DBD_NAME)_DBD += aliveSupport.dbd @@ -506,6 +501,11 @@ endif endif endif + ifdef ETHERIP + $(DBD_NAME)_DBD += ether_ip.dbd + $(PROD_NAME)_LIBS := ether_ip $($(PROD_NAME)_LIBS) + endif + ifdef MCA # If your host supports libpcap and libnet and you want to build Canberra network # support, set LINUX_NET_INSTALLED to YES in /configure/CONFIG_SITE.