edbus: Rename edbus.pc to edbus2.pc to avoi conflict

Even though the previous library was named E_DBus, it was installing an
edbus.pc file. Rename our file so it doesn't conflct with the other.



SVN revision: 76995
This commit is contained in:
Lucas De Marchi 2012-09-21 19:56:52 +00:00
parent 675d863dc3
commit ba033df38f
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ Makefile.in
missing
stamp-h1
edbus-*.tar.*
edbus.pc
edbus2.pc
libedbus.la
src/examples/connman-list-services
src/examples/ofono-dial

View File

@ -29,9 +29,9 @@ SED_PROCESS = \
$(SED_PROCESS)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = edbus.pc
CLEANFILES += edbus.pc
EXTRA_DIST += edbus.pc.in
pkgconfig_DATA = edbus2.pc
CLEANFILES += edbus2.pc
EXTRA_DIST += edbus2.pc.in
EXTRA_DIST += \
m4/efl_doxygen.m4 \