validate: fix installation

* install headers
* fix libname in pk file
This commit is contained in:
Lubosz Sarnecki 2013-11-25 21:51:11 +01:00 committed by Thibault Saunier
parent 70931813ad
commit e8db3c67b9
2 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,8 @@ libgstvalidate_@GST_API_VERSION@_la_SOURCES = \
gst-validate-media-info.c \
validate.c
noinst_HEADERS = \
libgstvalidate_@GST_API_VERSION@include_HEADERS = \
validate.h \
gettext.h \
gst-validate-bin-monitor.h \
gst-validate-element-monitor.h \
@ -45,8 +46,6 @@ libgstvalidate_@GST_API_VERSION@_la_LIBADD = \
$(GST_ALL_LIBS) $(GIO_LIBS)
libgstvalidate_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/validate
libgstvalidate_@GST_API_VERSION@include_HEADERS = \
validate.h
libgstvalidate_default_overrides_@GST_API_VERSION@_la_SOURCES = \
gst-validate-default-overrides.c

View file

@ -7,5 +7,5 @@ Name: gst-validate
Description: Gstreamer Validate
Version: @VERSION@
Requires: gstreamer-@GST_API_VERSION@
Libs: -L${libdir} -lgstvalidate@GST_API_VERSION@
Libs: -L${libdir} -lgstvalidate-@GST_API_VERSION@
Cflags: -I${includedir}