diff options
author | Richard Jones <rjones@redhat.com> | 2010-11-09 15:59:40 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-10 10:52:12 +0000 |
commit | a0b4caa0821b759de01361b7019c9c9c9607027d (patch) | |
tree | 7cfb0b243ddce5d19f518a8f040c28692907a0fa /po | |
parent | ec63875f9cd7277cf2d49827684bba936add7ce2 (diff) | |
download | libguestfs-a0b4caa0821b759de01361b7019c9c9c9607027d.tar.gz libguestfs-a0b4caa0821b759de01361b7019c9c9c9607027d.tar.xz libguestfs-a0b4caa0821b759de01361b7019c9c9c9607027d.zip |
lib: Make pcre, libmagic and hivex libraries optional.
This change makes these libraries optional. If they are not
available at compile time then certain core API features will
be disabled (see below).
This also changes PCRE detection to use pkg-config instead
of the ad hoc autoconf checks.
The large inspect.c file has been split out into separate
function-specific files.
file-architecture: requires pcre & libmagic
inspection: requires pcre & hivex
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 20132810..e8d95873 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -125,9 +125,11 @@ src/appliance.c src/bindtests.c src/errnostring.c src/errnostring_gperf.c +src/filearch.c src/guestfs.c src/inspect.c src/launch.c +src/listfs.c src/proto.c test-tool/helper.c test-tool/test-tool.c |