mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Move 'libguestfs.pc' (pkgconfig file) to src/ directory.
Since it describes the C library, it's better in the src/ directory.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -199,7 +199,6 @@ pod2htm?.tmp
|
||||
/java/doc-stamp
|
||||
/java/examples/guestfs-java.3
|
||||
/java/examples/stamp-guestfs-java.pod
|
||||
/libguestfs.pc
|
||||
/libguestfs.spec
|
||||
/libguestfs-*.tar.gz
|
||||
/libtool
|
||||
@@ -358,6 +357,7 @@ pod2htm?.tmp
|
||||
/src/guestfs_protocol.h
|
||||
/src/guestfs_protocol.x
|
||||
/src/guestfs-structs.pod
|
||||
/src/libguestfs.pc
|
||||
/src/libguestfs.syms
|
||||
/src/.libs/libguestfs.so
|
||||
/src/stamp-guestfs.pod
|
||||
|
||||
@@ -136,7 +136,6 @@ EXTRA_DIST = \
|
||||
contrib/visualize-alignment/README \
|
||||
contrib/visualize-alignment/tracetops.ml \
|
||||
html/pod.css \
|
||||
libguestfs.pc libguestfs.pc.in \
|
||||
libtool-kill-dependency_libs.sh \
|
||||
logo/fish.svg logo/fish.png \
|
||||
m4/.gitignore \
|
||||
@@ -232,11 +231,6 @@ all-local:
|
||||
LC_ALL=C sort | \
|
||||
sed 's,^\./,,' > po/POTFILES.in
|
||||
|
||||
# Pkgconfig.
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libguestfs.pc
|
||||
|
||||
# Make clean.
|
||||
|
||||
CLEANFILES = \
|
||||
|
||||
@@ -1206,7 +1206,6 @@ AC_CONFIG_FILES([Makefile
|
||||
inspector/Makefile
|
||||
java/Makefile
|
||||
java/examples/Makefile
|
||||
libguestfs.pc
|
||||
ocaml/META
|
||||
ocaml/Makefile
|
||||
ocaml/examples/Makefile
|
||||
@@ -1227,6 +1226,7 @@ AC_CONFIG_FILES([Makefile
|
||||
ruby/examples/Makefile
|
||||
sparsify/Makefile
|
||||
src/Makefile
|
||||
src/libguestfs.pc
|
||||
sysprep/Makefile
|
||||
test-tool/Makefile
|
||||
tests/btrfs/Makefile
|
||||
|
||||
@@ -43,6 +43,7 @@ EXTRA_DIST = \
|
||||
$(BUILT_SOURCES) \
|
||||
MAX_PROC_NR \
|
||||
libguestfs.3 \
|
||||
libguestfs.pc libguestfs.pc.in \
|
||||
guestfs.pod \
|
||||
api-support/added \
|
||||
api-support/README \
|
||||
@@ -190,6 +191,11 @@ guestfs_protocol.h: guestfs_protocol.x
|
||||
mv $@-t $@
|
||||
endif
|
||||
|
||||
# Pkgconfig.
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libguestfs.pc
|
||||
|
||||
# Manual page.
|
||||
|
||||
man_MANS = guestfs.3 libguestfs.3
|
||||
|
||||
Reference in New Issue
Block a user