From e3f225cd4fb60437d94288849f7af03179d56f6b Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 7 Jun 2012 16:00:59 +0200 Subject: retriving digital ios inside a device works now Signed-off-by: Manuel Traut --- devices/simple_dev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devices/simple_dev/Makefile') diff --git a/devices/simple_dev/Makefile b/devices/simple_dev/Makefile index 9ea290e..77cef22 100644 --- a/devices/simple_dev/Makefile +++ b/devices/simple_dev/Makefile @@ -12,7 +12,7 @@ LDFLAGS += -L$(DISTRIO_COMMON) -ldistrio_common \ -L$(DISTRIO_IO) -ldistrio_io \ -L$(DISTRIO_MANAGER) -ldistrio_manager \ -lrt -lACE -lTAO -lTAO_AnyTypeCode -lTAO_CosNaming -lTAO_PortableServer -CFLAGS += -fPIC -I$(DISTRIO_COMMON) -I$(DISTRIO_IO) -I$(DISTRIO_MANAGER) +CFLAGS += -g -fPIC -I$(DISTRIO_COMMON) -I$(DISTRIO_IO) -I$(DISTRIO_MANAGER) CXXFLAGS += $(CFLAGS) DESTDIR := /usr -- cgit v1.2.3