saqibpitafi / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

colon missing from gdata-sharp-core.pc.in #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
gdata-sharp-core.pc.in has one line that looks like this:
Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll
-r${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll

Note the missing : in the second argument.

It should be this:
Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll
-r:${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll

Original issue reported on code.google.com by hyper...@gmail.com on 23 Mar 2009 at 3:47

GoogleCodeExporter commented 9 years ago
fixed in source control, thanks for reporting

Original comment by fman...@gmail.com on 25 Mar 2009 at 3:27