Index: ossiedev/branches/ssayed/devs/src/system/standardInterfaces/Makefile.am
===================================================================
--- ossiedev/branches/ssayed/devs/src/system/standardInterfaces/Makefile.am	(revision 5785)
+++ ossiedev/branches/ssayed/devs/src/system/standardInterfaces/Makefile.am	(revision 8424)
@@ -1,7 +1,9 @@
+IDL_BIN = $(shell which omniidl)
+
 %.pp.idl : %.idl
-	@CC@ -E -x c++ $< > $@
+	gcc -E -x c++ $< > $@
 
 %SK.cpp %.h %DynSK.cpp : %.idl
-	@IDL@ @IDL_FLAGS@ -bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp -Wbkeep_inc_path $<
+	$(IDL_BIN) -I/usr/local/include -bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp -Wbkeep_inc_path -Wbuse_quotes $<
 	cp $*.h include/standardinterfaces
 
@@ -22,5 +24,5 @@
     soundControlSK.cpp      \
     stereoSoundSK.cpp       \
-    Radio_ControlSK.cpp
+    Radio_ControlSK.cpp     
 
 nodist_pkginclude_HEADERS = \
@@ -36,7 +38,7 @@
     complexLong.h           \
     FM_Control.h            \
-	soundControl.h          \
+    soundControl.h          \
     stereoSound.h           \
-    Radio_Control.h 
+    Radio_Control.h
 
 AM_CXXFLAGS = -Wall -g
@@ -59,5 +61,5 @@
     soundControl.idl        \
     stereoSound.idl         \
-    sampleRateConvertorControl.idl 
+    sampleRateConvertorControl.idl
 
 pkgconfigdir = $(libdir)/pkgconfig
@@ -92,5 +94,5 @@
     complexCharSK.cpp       \
     complexLongSK.cpp       \
-    Radio_ControlSK.cpp 
+    Radio_ControlSK.cpp
 
 libstandardInterfaces_la_LDFLAGS = -version-info 0:6:0
