forked from OpenCL/GEGL-OpenCL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mimick glib's way of dealing with libfoo.h
- Loading branch information
Øyvind Kolås
committed
Jun 24, 2006
1 parent
3b2b2a9
commit 54b9d7e
Showing
5 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2006-06-25 Øyvind Kolås <[email protected]> | ||
|
||
Changed the way the headers are installed to mimick glib. | ||
gegl.h is installed in prefix/include/gegl-x.x/gegl.h and | ||
the rest in a gegl subdir in that directory. | ||
|
||
If you've got an existing GEGL installation you need to | ||
perform a rm -rf on your gegl include dir before doing | ||
make install, for the header enviroment to be correct. | ||
|
||
* gegl.pc.in: Changed specified path. | ||
* gegl/Makefile.am: Added a new subdir path to install headers in. | ||
* gegl/gegl-xml.h: changed header to handle change. | ||
* gegl/gegl.h: include headers with path. | ||
|
||
2006-06-24 Øyvind Kolås <[email protected]> | ||
|
||
* gegl/buffer/gegl-buffer.h, gegl/buffer/gegl-tile-backend.c: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters