From 9b5d25b9f1e92c727b6a0827928812ca3b2a30f8 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 24 Jul 1999 18:42:40 +0000
Subject: [PATCH] (bin_PROGRAMS): Added splitkomdb. (splitkomdb_SOURCES): New
 variable.

---
 src/server/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/server/Makefile.am b/src/server/Makefile.am
index 893e3f93e..28a639a6f 100644
--- a/src/server/Makefile.am
+++ b/src/server/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.32 1999/07/04 13:09:20 ceder Exp $
+# $Id: Makefile.am,v 1.33 1999/07/24 18:42:40 ceder Exp $
 # Copyright (C) 1998-1999  Lysator Academic Computer Association.
 #
 # This file is part of the LysKOM server.
@@ -47,7 +47,7 @@ INCLUDES = -DDEFAULT_PREFIX='"$(prefix)"' \
 
 top_srcdir = @top_srcdir@
 
-bin_PROGRAMS = lyskomd dbck updateLysKOM komrunning
+bin_PROGRAMS = lyskomd dbck updateLysKOM komrunning splitkomdb
 
 ## FIXME: We should maybe use check_LIBRARIES here instead, but then
 ## the following useful sequence of commands would sometimes fail:
@@ -82,6 +82,8 @@ updateLysKOM_SOURCES = updateLysKOM.c pidfile.c pidfile.h $(READ_CONFIG)
 dbck_SOURCES = $(DBCK) \
 	dbck-cache.h getopt.h standalone.c
 
+splitkomdb_SOURCES = splitkomdb.c $(READ_CONFIG)
+
 LDADD = ../libraries/libisc-new/src/libisc.a \
 	../libraries/libmisc/libmisc.a \
 	../libraries/libcommon/liblyskom-server.a \
-- 
GitLab