diff options
author | Richard Hughes <richard@hughsie.com> | 2008-08-15 11:26:28 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-08-15 11:26:28 +0100 |
commit | 6d9ebae8155703dc84f64ab393ada9a411f2d9e9 (patch) | |
tree | 10e444b0e0ca1efdfb8d94195d3313b904869a75 /Makefile.am | |
parent | 5dbc9c29cce6f87cc5eb93710df65e0edcfeb092 (diff) |
.pc file should be called devkit-power not devicekit-power
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0625691..4fefc86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = libdevkit-power src doc tools policy po pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = devicekit-power.pc +pkgconfig_DATA = devkit-power.pc # Creating ChangeLog from git log (taken from cairo/Makefile.am): ChangeLog: $(srcdir)/ChangeLog |