|
Revision 3287
(checked in by pvanhoof, 11 months ago)
|
2008-01-22 Philip Van Hoof <pvanhoof@gnome.org>
- Added support for GtkHTML in libtinymailui-gtkhtml. This is highly
experimental and unfinished at this moment
- Fixed several compiler warnings, and cleaned up some code
- This was a minor API change
|
| Line | |
|---|
| 1 |
prefix=@prefix@ |
|---|
| 2 |
exec_prefix=@exec_prefix@ |
|---|
| 3 |
libdir=@libdir@ |
|---|
| 4 |
includedir=@includedir@ |
|---|
| 5 |
|
|---|
| 6 |
Name: libtinymailui-gtkhtml |
|---|
| 7 |
Description: TinyMail library for embedding a GtkHTML based HTML widget |
|---|
| 8 |
Version: @VERSION@ |
|---|
| 9 |
Requires: libtinymailui-@API_VERSION@ @extraplatpkgs@ @extragtkpkgs@ |
|---|
| 10 |
Libs: -L${libdir} -ltinymailui-gtkhtml-@API_VERSION@ |
|---|
| 11 |
Cflags: -I${includedir}/libtinymailui-gtkhtml-@API_VERSION@ |
|---|