X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2FMakefile.am;fp=zoom%2FMakefile.am;h=e9057ab0221b4e0c7125168b3940c3b5337346fc;hb=b8248fc2b2eb866a23a677135deb4633cb1f3322;hp=b9290ff71b86556b34bfc6a62ae08c93d100994d;hpb=be5e415f7ca4d3b84d09e3f98b2c1bda629570c5;p=yazpp-moved-to-github.git diff --git a/zoom/Makefile.am b/zoom/Makefile.am index b9290ff..e9057ab 100644 --- a/zoom/Makefile.am +++ b/zoom/Makefile.am @@ -1,4 +1,4 @@ -# $Header: /home/cvsroot/yaz++/zoom/Makefile.am,v 1.2 2002-10-08 23:53:55 mike Exp $ +# $Header: /home/cvsroot/yaz++/zoom/Makefile.am,v 1.3 2002-10-09 09:07:10 mike Exp $ AM_CXXFLAGS= $(YAZINC) @@ -6,7 +6,7 @@ lib_LTLIBRARIES = libzoomcpp.la LDADD=libzoomcpp.la $(YAZLALIB) mirk_XXX_SOURCES = zexcept.cpp zconn.cpp zquery.cpp zrs.cpp zrec.cpp -libzoomcpp_la_SOURCES = $(mirk_XXX_SOURCES) zoom++.h interface.h +libzoomcpp_la_SOURCES = $(mirk_XXX_SOURCES) zoom.h interface.h noinst_PROGRAMS = zclient @@ -19,9 +19,9 @@ all: interface.h zclient test: zclient ./zclient bagel.indexdata.dk 210 gils '@and mineral epicenter' -$(mirk_XXX_SOURCES): zoom++.h +$(mirk_XXX_SOURCES): zoom.h -zoom++.h: master-header +zoom.h: master-header rm -f $@ sed 's/^* / /; s/^*/ /' $< > $@ chmod -w $@