Ignore:
Timestamp:
1999-09-09T16:05:22+12:00 (25 years ago)
Author:
sjboddie
Message:

more configure stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/txt2db/Makefile.in

    r552 r558  
    22#
    33# Makefile -- Makefile for txt2db
    4 # Copyright (C) 1998 Rodger McNab, Stefan Boddie
     4# A component of the Greenstone digital library software
     5# from the New Zealand Digital Library Project at the
     6# University of Waikato, New Zealand.
     7#
     8# Copyright (C) 1999 Rodger McNab, Stefan Boddie
    59#
    610# This program is free software; you can redistribute it and/or modify
     
    3135LDFLAGS = @LDFLAGS@
    3236LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o -lstdc++ -lgdbm
    33 GSDLOS = linux
     37GSDLOS = @gsdlos@
    3438
    3539 
     
    7377txt2db: $(TXT2DB_OBJS) $(LIBS)
    7478    $(LINK) $(TXT2DB_OBJS) $(LIBS)
    75 
    76 
    77 # DO NOT DELETE
Note: See TracChangeset for help on using the changeset viewer.