Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gb: Make suspend_ref a plain uint8_t instead of a uint8_t* | Holger Hans Peter Freyther | 2012-08-03 | 1 | -1/+1 |
| | | | | | | The OpenSUSE build is not happy about the uint8_t to uint8_t* assignment. As the suspend_ref is a mandatory field we can make it a plain uint8_t. Increase the LIBVERSION as the ABI has changed. | ||||
* | build: simplify headers management and remove recursion | Diego Elio Pettenò | 2012-06-30 | 2 | -8/+0 |
| | | | | | | | | | | | | There is no real reason to keep the include directory a multi-level recursion, so instead declare everything within include (so that we can use proper nobase_ declarations) and be it. Please note that since we removed the sub-Makefile.am, ./configure will not create the directory structure for us on out-of-tree builds, so we have to make sure the directory we're generating to exists first. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> | ||||
* | libosmogb: move files to proper location and fix build | Harald Welte | 2012-06-17 | 8 | -0/+635 |