]> andersk Git - moira.git/blobdiff - dcm/Makefile
added sms_app.h to include list
[moira.git] / dcm / Makefile
index 91dc973b9241efc590ecc8aff213fadd3334f0c4..746f773435407ec601918c1210a801f8da378e60 100644 (file)
@@ -17,7 +17,7 @@ LDFLAGS = -L${SMS_DIR}/lib -L${SMS_DIR}/server
 QLIBS= ${INGRES_DIR}/lib/libqlib ${INGRES_DIR}/lib/compatlib
 
 # Libraries that talk to the SMS server:
-SERVER_LIBS = -lcom_err -lsmsglue -lsms -lgdb -lzephyr -lkrb -ldes $(QLIBS)
+SERVER_LIBS = -lsmsglue -lsms -lgdb -lzephyr -lkrb -ldes -lcom_err $(QLIBS)
 
 DCM_SRCS = dcm.c utils.c
 DCM_OBJS = dcm.o utils.o ../update/sms_update.o
@@ -38,14 +38,11 @@ clean:
 
 install: dcm startdcm
        install dcm ${SMS_DIR}/bin/dcm
-       install startdcm ${SMS_DIR}/bin/dcm
+       install startdcm ${SMS_DIR}/bin/startdcm
 
 lint:
        lint ${INCDIR} ${DCM_SRCS} | grep -v "possible pointer alignment"
 
-dcm.o fifo.o incr.o info.o update.o utils.o: dcm.h
-hesiod.o maillist.o nfs.o rvd.o: dcm.h
-
 
 .saber: Makefile
        rm -rf $@
This page took 0.130551 seconds and 4 git commands to generate.