Install source files in $(prefix)/src/spice-common/ Install linux/ffmpeg_inc.h in $(prefix)/src/spice-common/linux/ Install spice-common.pc in $(libdir)/pkgconfig/
Signed-off-by: Uri Lublin <u...@redhat.com> --- common/Makefile.am | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/common/Makefile.am b/common/Makefile.am index 7fcdfe9..c1a55f1 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -47,3 +47,13 @@ COMMON_SRCS = \ EXTRA_DIST = $(COMMON_SRCS) +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = spice-common.pc + +common_srcdir=$(prefix)/src/spice-common +common_src_DATA = $(COMMON_SRCS) + +linux_includedir=$(common_srcdir)/linux +linux_include_DATA=linux/ffmpeg_inc.h + +DISTCLEANFILES = spice-common.pc linux/ffmpeg_inc.h -- 1.6.5.2 ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Spice-space-devel mailing list Spice-space-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spice-space-devel