Branch: Tag:

2000-02-28

2000-02-28 08:12:36 by Per Hedbor <ph@opera.com>

Initial version of the SANE plugin.

Rev: src/modules/SANE/.cvsignore:1.1
Rev: src/modules/SANE/Makefile.in:1.1
Rev: src/modules/SANE/acconfig.h:1.1
Rev: src/modules/SANE/configure.in:1.1
Rev: src/modules/SANE/sane.c:1.1

1: + # $Id: Makefile.in,v 1.1 2000/02/28 08:11:55 per Exp $ + @make_variables@ + VPATH=@srcdir@:@srcdir@/../..:../.. + OBJS=sane.o + MODULE_LDFLAGS=@LDFLAGS@ @LIBS@ + CONFIG_HEADERS=@CONFIG_HEADERS@    -  + @dynamic_module_makefile@ + @dependencies@   Newline at end of file added.