X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=062b0b4417a3164205b0b8847d565e44028ea2a4;hb=8f9e2cb55203802cb43fcda15a85797579372250;hp=623cb93a66cec06958fb9ea48678e32d7bf13dd2;hpb=519fefb91135ad52134b9fc4e82b3874f5525a2b;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 623cb93..062b0b4 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.15 2002-10-22 12:51:08 adam Exp $ +## $Id: Makefile.am,v 1.17 2002-11-26 22:18:17 adam Exp $ noinst_PROGRAMS = apitest kdump @@ -23,7 +23,7 @@ zebrasrv_SOURCES = zserver.c apitest_SOURCES = apitest.c kdump_SOURCES=kdump.c kcompare.c -AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) -DDEFAULT_PROFILE_PATH=\"$(pkgdatadir)/tab\" LDADD = libzebra.a $(YAZLIB) $(TCL_LIB) @@ -33,4 +33,5 @@ libzebra.a: $(libzebra_a_OBJECTS) $(libzebra_a_DEPENDENCIES) -rm -f atmp/*.o for i in $(libzebra_a_LIBADD); do cd atmp; rm -f __*; ar x ../$$i; cd ..; done ar cru libzebra.a $(libzebra_a_OBJECTS) atmp/*.o + -rm -fr atmp $(RANLIB) libzebra.a