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 missing
stamp-h1 stamp-h1
edbus-*.tar.* edbus-*.tar.*
edbus.pc edbus2.pc
libedbus.la libedbus.la
src/examples/connman-list-services src/examples/connman-list-services
src/examples/ofono-dial src/examples/ofono-dial

View File

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