]> andersk Git - moira.git/blame - reg_svr/Imakefile
Change `SMS' to `Moira' where possible.
[moira.git] / reg_svr / Imakefile
CommitLineData
5c91cb61 1# $Header$
2
3# Copyright 1992 by the Massachusetts Institute of Technology.
4#
5# For copying and distribution information,
6# please see the file <mit-copyright.h>.
7#
8# Imakefile for moira reg_svr.
9
bcd1c980 10SRCDIR = $(SRCTOP)/reg_svr
11SRCS= startreg.c reg_svr.c requests.c reg_svr.h
5c91cb61 12CODE=$(SRCS)
13OBJS=requests.o reg_svr.o
5c91cb61 14
15fa49b5 15program(reg_svr, $(OBJS),,../server/libmrglue.a -lkadm $(LIBGDSS) $(CLIBS) $(SQL_LIB), ${PROGDIR})
5c91cb61 16program(startreg, startreg.o,,,${PROGDIR})
This page took 6.621134 seconds and 5 git commands to generate.