Added code to enable sending of admin extended service requests
[yaz-moved-to-github.git] / client / Makefile.in
index 2a85c17..b5fbf08 100644 (file)
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-# Copyright (C) 1995-2000, Index Data
-# All rights reserved.
-# $Id: Makefile.in,v 1.11 2000-02-28 11:20:05 adam Exp $
-
 
 SHELL = @SHELL@
 
@@ -74,22 +70,21 @@ VERSION = @VERSION@
 
 bin_PROGRAMS = yaz-client
 
-yaz_client_SOURCES = client.c
+yaz_client_SOURCES = client.c admin.c
 
 LDADD = ../lib/libyaz.a
 
 INCLUDES = -I../include -DCCLRPN=1
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../include/yaz/config.h
 CONFIG_CLEAN_FILES = 
 PROGRAMS =  $(bin_PROGRAMS)
 
 
-DEFS = @DEFS@ -I. -I$(srcdir) -I../include/yaz
+DEFS = @DEFS@ -I. -I$(srcdir) 
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
-yaz_client_OBJECTS =  client.o
+yaz_client_OBJECTS =  client.o admin.o
 yaz_client_LDADD = $(LDADD)
 yaz_client_DEPENDENCIES =  ../lib/libyaz.a
 yaz_client_LDFLAGS = 
@@ -104,7 +99,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 TAR = gtar
 GZIP_ENV = --best
-DEP_FILES =  .deps/client.P
+DEP_FILES =  .deps/admin.P .deps/client.P
 SOURCES = $(yaz_client_SOURCES)
 OBJECTS = $(yaz_client_OBJECTS)
 
@@ -206,7 +201,7 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pr $$/$$file $(distdir)/$$file; \
+           cp -pr $$d/$$file $(distdir)/$$file; \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \