dtstyle: Coverity 87337
[oweals/cde.git] / cde / programs / dtstyle / Imakefile
index 82fb2c572395ac84f9f7423a3f966f7e9f460292..8af15c18eba038be997209c73398a276518934dc 100644 (file)
@@ -1,9 +1,9 @@
 XCOMM $XConsortium: Imakefile /main/8 1996/09/14 15:25:06 drk $
 
-        DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
-                  -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
-
-       INCLUDES = -I. -I$(DTHELPSRC)/..
+DEPEND_DEFINES = $(DEPENDDEFINES)
+DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
+          -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
+INCLUDES = -I. -I$(DTHELPSRC)/.. $(TIRPCINC)
 
 DEPLIBS = DepDtClientLibs
 LOCAL_LIBRARIES = DtClientLibs
@@ -19,12 +19,6 @@ EXTRA_OBJS = OWsync.o
 EXTRA_DEFINES = -D$(PROGRAMS)
 #endif
 
-XCOMM On Linux once you link against a C++ library the whole program
-XCOMM has to be linked with the C++ linker
-#if defined(LinuxArchitecture)
-CCLINK = $(CXX)
-#endif
-
 PROGRAMS = dtstyle
 
 OBJS = Main.o version.o MainWin.o Font.o Audio.o \