Revision 2164 src/Makefile.am
| Makefile.am (revision 2164) | ||
|---|---|---|
| 89 | 89 |
trayicon.c trayicon.h \ |
| 90 | 90 |
printing.c printing.h \ |
| 91 | 91 |
sslmanager.c sslmanager.h \ |
| 92 |
plugin_manager.c plugin_manager.h \ |
|
| 93 |
update_check.c update_check.h \ |
|
| 92 | 94 |
quote_fmt_lex.l quote_fmt_lex.h \ |
| 93 | 95 |
quote_fmt_parse.y quote_fmt.h \ |
| 94 | 96 |
sylpheed-marshal.c sylpheed-marshal.h |
| ... | ... | |
| 100 | 102 |
sylpheed-marshal.c \ |
| 101 | 103 |
sylpheed-marshal.h |
| 102 | 104 |
|
| 105 |
lib_LTLIBRARIES = libsylpheed-plugin-0.la |
|
| 106 |
|
|
| 107 |
libsylpheed_plugin_0_la_SOURCES = \ |
|
| 108 |
plugin.c |
|
| 109 |
|
|
| 110 |
libsylpheed_plugin_0includedir=$(includedir)/sylpheed |
|
| 111 |
libsylpheed_plugin_0include_HEADERS = \ |
|
| 112 |
plugin.h |
|
| 113 |
|
|
| 114 |
if NATIVE_WIN32 |
|
| 115 |
no_undefined = -no-undefined |
|
| 116 |
export_symbols = -export-symbols libsylpheed-plugin-0.def |
|
| 117 |
endif |
|
| 118 |
|
|
| 119 |
libsylpheed_plugin_0_la_LDFLAGS = \ |
|
| 120 |
-export-dynamic $(no_undefined) $(export_symbols) |
|
| 121 |
|
|
| 122 |
libsylpheed_plugin_0_la_LIBADD = \ |
|
| 123 |
$(GTK_LIBS) \ |
|
| 124 |
../libsylph/libsylph-0.la |
|
| 125 |
|
|
| 103 | 126 |
EXTRA_DIST = \ |
| 104 | 127 |
quote_fmt_parse.h \ |
| 105 | 128 |
sylpheed-marshal.list \ |
| 106 | 129 |
version.h.in \ |
| 107 |
sylpheed.rc.in |
|
| 130 |
sylpheed.rc.in \ |
|
| 131 |
libsylpheed-plugin-0.def |
|
| 108 | 132 |
|
| 109 | 133 |
INCLUDES = \ |
| 110 | 134 |
-DG_LOG_DOMAIN=\"Sylpheed\" \ |
| ... | ... | |
| 128 | 152 |
$(GPGME_LIBS) \ |
| 129 | 153 |
$(LDAP_LIBS) \ |
| 130 | 154 |
$(LIBICONV) \ |
| 131 |
../libsylph/libsylph.la \ |
|
| 155 |
libsylpheed-plugin-0.la \ |
|
| 156 |
../libsylph/libsylph-0.la \ |
|
| 132 | 157 |
$(SYLPHEED_RES) |
| 133 | 158 |
|
| 134 | 159 |
AM_CPPFLAGS = \ |
| 135 | 160 |
-DLOCALEDIR=\""$(localedir)"\" \ |
| 136 | 161 |
-DMANUALDIR=\""$(manualdir)"\" \ |
| 137 | 162 |
-DFAQDIR=\""$(faqdir)"\" \ |
| 163 |
-DPLUGINDIR=\""$(plugindir)"\" \ |
|
| 138 | 164 |
-DTARGET_ALIAS=\""$(target_triplet)"\" \ |
| 139 | 165 |
-DSYSCONFDIR=\""$(sysconfdir)"\" |
| 140 | 166 |
|
Also available in: Unified diff