|
Revision 139, 187 bytes
(checked in by bjourne, 2 years ago)
|
Simplify the installed paths. Change pkg-config name from gtkimageview-1.0 to gtkimageview. Change installed include path from
${includedir}/gtkimageview-1.0/gtkimageview to ${includedir}/gtkimageview. Change so-name to libgtkimageview.so. The point of these
changes is to make the paths look more aestethically pleasing. There will never be a need for installing multiple versions of
GtkImageView, so naming the files with a -1.0 suffix is redundant.
|
| Line | |
|---|
| 1 |
# src must come before docs so that gtk-doc can build an executable |
|---|
| 2 |
# linked to the library. |
|---|
| 3 |
SUBDIRS = src tests docs |
|---|
| 4 |
|
|---|
| 5 |
pkgconfigdir = $(libdir)/pkgconfig |
|---|
| 6 |
pkgconfig_DATA = gtkimageview.pc |
|---|