X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=inspector%2FMakefile.am;h=e1fe44ab2c767b887c482f92eda095f6806e93bd;hb=a043b6854a0c4c40726746c0e29d2a183b25ec62;hp=fc2bee369265433cfd2fec020f4dd329b59c32af;hpb=665ddb18fafeea53dff508c7dfdd00536ccab52e;p=libguestfs.git diff --git a/inspector/Makefile.am b/inspector/Makefile.am index fc2bee3..e1fe44a 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -58,3 +58,12 @@ TESTS_ENVIRONMENT = $(XMLLINT) --noout --relaxng virt-inspector.rng endif endif + +# Make symlink from virt-inspector.pl to virt-inspector. This is just +# to keep xgettext happy since it uses the file extension to determine +# the implementation language of a file. + +all-local: virt-inspector.pl + +virt-inspector.pl: virt-inspector + ln -sf $< $@