Revision 3172
| libsylph/Makefile.am (revision 3172) | ||
|---|---|---|
| 4 | 4 |
-DSYSCONFDIR=\""$(sysconfdir)"\" \ |
| 5 | 5 |
-DLOCALEDIR=\""$(localedir)"\" |
| 6 | 6 |
|
| 7 |
INCLUDES = -I$(top_srcdir) $(GLIB_CFLAGS) -I$(includedir)
|
|
| 7 |
INCLUDES = -I$(top_srcdir) $(GLIB_CFLAGS) |
|
| 8 | 8 |
|
| 9 | 9 |
lib_LTLIBRARIES = libsylph-0.la |
| 10 | 10 |
#noinst_LTLIBRARIES = libsylph.la |
| src/Makefile.am (revision 3172) | ||
|---|---|---|
| 140 | 140 |
-I$(top_srcdir)/libsylph \ |
| 141 | 141 |
$(GTK_CFLAGS) \ |
| 142 | 142 |
$(GDK_PIXBUF_CFLAGS) \ |
| 143 |
$(GPGME_CFLAGS) \ |
|
| 144 |
-I$(includedir) |
|
| 143 |
$(GPGME_CFLAGS) |
|
| 145 | 144 |
|
| 146 | 145 |
if NATIVE_WIN32 |
| 147 | 146 |
SYLPHEED_RES = sylpheed.res |
| plugin/test/Makefile.am (revision 3172) | ||
|---|---|---|
| 9 | 9 |
-I$(top_srcdir) \ |
| 10 | 10 |
-I$(top_srcdir)/libsylph \ |
| 11 | 11 |
-I$(top_srcdir)/src \ |
| 12 |
$(GTK_CFLAGS) \ |
|
| 13 |
-I$(includedir) |
|
| 12 |
$(GTK_CFLAGS) |
|
| 14 | 13 |
|
| 15 | 14 |
test_la_LIBADD = \ |
| 16 | 15 |
$(GTK_LIBS) \ |
| plugin/attachment_tool/Makefile.am (revision 3172) | ||
|---|---|---|
| 9 | 9 |
-I$(top_srcdir) \ |
| 10 | 10 |
-I$(top_srcdir)/libsylph \ |
| 11 | 11 |
-I$(top_srcdir)/src \ |
| 12 |
$(GTK_CFLAGS) \ |
|
| 13 |
-I$(includedir) |
|
| 12 |
$(GTK_CFLAGS) |
|
| 14 | 13 |
|
| 15 | 14 |
attachment_tool_la_LIBADD = \ |
| 16 | 15 |
$(GTK_LIBS) \ |
| ChangeLog (revision 3172) | ||
|---|---|---|
| 1 |
2012-10-10 |
|
| 2 |
|
|
| 3 |
* libsylph/Makefile.am |
|
| 4 |
src/Makefile.am |
|
| 5 |
plugin/test/Makefile.am |
|
| 6 |
plugin/attachment_tool/Makefile.am: removed includedir from include |
|
| 7 |
path in Makefiles (thanks to Valentine Barshak). |
|
| 8 |
|
|
| 1 | 9 |
2012-10-05 |
| 2 | 10 |
|
| 3 | 11 |
* configure.in: raised the required GTK+ version to 2.8.0. |
Also available in: Unified diff