kopia lustrzana https://gitlab.com/sane-project/backends
Fix pkg-config file syntax
rodzic
db465ae08b
commit
5ed097b553
|
@ -1,3 +1,6 @@
|
||||||
|
2010-04-25 Julien Blache <jb@jblache.org>
|
||||||
|
* tools/sane-backends.pc.in: syntax fixes.
|
||||||
|
|
||||||
2010-04-25 m. allan noah <kitno455 at gmail dot com>
|
2010-04-25 m. allan noah <kitno455 at gmail dot com>
|
||||||
* ChangeLog-1.0.21, Makefile.in: ChangeLog for 1.0.21 release
|
* ChangeLog-1.0.21, Makefile.in: ChangeLog for 1.0.21 release
|
||||||
* configure, configure.in: version 1.0.22git
|
* configure, configure.in: version 1.0.22git
|
||||||
|
|
|
@ -9,6 +9,6 @@ Name: SANE Backends
|
||||||
Description: Backends for SANE, the universal scanner interface
|
Description: Backends for SANE, the universal scanner interface
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires:
|
Requires:
|
||||||
Libs: -L$(libdir) -lsane
|
Libs: -L${libdir} -lsane
|
||||||
Libs.private: $(ldflags) $(libs)
|
Libs.private: ${ldflags} ${libs}
|
||||||
Cflags: -I$(includedir)
|
Cflags: -I${includedir}
|
||||||
|
|
Ładowanie…
Reference in New Issue