BINDINGS/cxx: install .pc files for the bindings

SVN revision: 46773
This commit is contained in:
Caio Marcelo de Oliveira Filho 2010-03-02 04:41:38 +00:00
parent 6cea6b0cff
commit 2ec9ae42cf
9 changed files with 28 additions and 0 deletions

View File

@ -15,6 +15,9 @@ ecorexxdoc_DATA = \
EXTRA_DIST = $(ecorexxdoc_DATA) EXTRA_DIST = $(ecorexxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ecorexx.pc
# Copy all the spec files. Of cource, only one is actually used. # Copy all the spec files. Of cource, only one is actually used.
dist-hook: dist-hook:
for specfile in *.spec; do \ for specfile in *.spec; do \

View File

@ -16,6 +16,8 @@ edjexxdoc_DATA = \
EXTRA_DIST = $(edjexxdoc_DATA) EXTRA_DIST = $(edjexxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = edjexx.pc
# Remove doc directory on uninstall # Remove doc directory on uninstall
uninstall-local: uninstall-local:

View File

@ -16,6 +16,8 @@ eetxxdoc_DATA = \
EXTRA_DIST = $(eetxxdoc_DATA) EXTRA_DIST = $(eetxxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = eetxx.pc
# Remove doc directory on uninstall # Remove doc directory on uninstall
uninstall-local: uninstall-local:

View File

@ -15,6 +15,9 @@ eflxxdoc_DATA = \
EXTRA_DIST = $(eflxxdoc_DATA) EXTRA_DIST = $(eflxxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = eflxx.pc
# Copy all the spec files. Of cource, only one is actually used. # Copy all the spec files. Of cource, only one is actually used.
dist-hook: dist-hook:
for specfile in *.spec; do \ for specfile in *.spec; do \

View File

@ -15,6 +15,9 @@ einaxxdoc_DATA = \
EXTRA_DIST = $(einaxxdoc_DATA) EXTRA_DIST = $(einaxxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = einaxx.pc
# Copy all the spec files. Of cource, only one is actually used. # Copy all the spec files. Of cource, only one is actually used.
dist-hook: dist-hook:
for specfile in *.spec; do \ for specfile in *.spec; do \

View File

@ -15,6 +15,9 @@ elementaryxxdoc_DATA = \
EXTRA_DIST = $(elementaryxxdoc_DATA) EXTRA_DIST = $(elementaryxxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = elementaryxx.pc
# Copy all the spec files. Of cource, only one is actually used. # Copy all the spec files. Of cource, only one is actually used.
dist-hook: dist-hook:
for specfile in *.spec; do \ for specfile in *.spec; do \

View File

@ -15,6 +15,9 @@ emotionxxdoc_DATA = \
EXTRA_DIST = $(emotionxxdoc_DATA) EXTRA_DIST = $(emotionxxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = emotionxx.pc
# Copy all the spec files. Of cource, only one is actually used. # Copy all the spec files. Of cource, only one is actually used.
dist-hook: dist-hook:
for specfile in *.spec; do \ for specfile in *.spec; do \

View File

@ -15,6 +15,12 @@ esmartxxdoc_DATA = \
EXTRA_DIST = $(esmartxxdoc_DATA) EXTRA_DIST = $(esmartxxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \
esmartxx_cairo.pc\
esmartxx_container.pc\
esmartxx_group.pc\
esmartxx_textentry.pc
# Remove doc directory on uninstall # Remove doc directory on uninstall
uninstall-local: uninstall-local:

View File

@ -15,6 +15,9 @@ evasxxdoc_DATA = \
EXTRA_DIST = $(evasxxdoc_DATA) EXTRA_DIST = $(evasxxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = evasxx.pc
# Copy all the spec files. Of cource, only one is actually used. # Copy all the spec files. Of cource, only one is actually used.
dist-hook: dist-hook:
for specfile in *.spec; do \ for specfile in *.spec; do \