Development files

The development files are the include files needed to compile C programs, the PKG-CONFIG .pc files, the static libraries and a demo program (like gtk-demo)

.
|-- bin
|   `-- gdaui-demo-4.0
|-- include
|   `-- libgda-4.0
|       `-- libgdaui
|           [...]
`-- lib
|   |-- libgdaui-4.0.a
|   |-- libgdaui-4.0.la
|   `-- pkgconfig
|       `-- libgdaui-4.0.pc
`-- share
    `-- libgda-4.0
        `-- demo
            [...]