head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2002.08.23.21.13.55;	author ivang;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Import
@
text
@objectlist.awk.in: $(noinst_LTLIBRARIES)
	-rm -f objectlist.awk.in
	for i in `ls *.lo` ; \
	do \
	  echo $$i `pwd`/$$i >> objectlist.awk.in ; \
	done

@
