Ticket #99 (closed defect: fixed)
can't use file.h if using -uninstalled.pc
| Reported by: | ehabkost | Owned by: | abauer |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | OpenSync | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
The file-sync plugin have a #include <opensync/file.h>, but it is impossible to find it when we are using the opensync-uninstalled.pc pkgconfig file, because the file is in formats/file.h.
This problem is similar to what made us rename the src directory to opensync.
Change History
Note: See
TracTickets for help on using
tickets.

Is there another possiblity to solve this than putting the file into opensync/ ?