diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-04-10 10:09:05 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-04-10 10:09:05 +0000 |
commit | 61812cb57124f0c6fd144f7bd751c97a22b99f5d (patch) | |
tree | ad2130fb3fbd4e85d4542a7ba629f2b413679cf6 /src | |
parent | 98a07f6dc0dba0a79f5a5f1723856873c0c976d7 (diff) |
modified for newer MinGW environment. Fixed linking.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3383 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/libsylpheed-plugin-0.def | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cee14d00..ef567861 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -126,6 +126,7 @@ libsylpheed_plugin_0_la_LDFLAGS = \ libsylpheed_plugin_0_la_LIBADD = \ $(GTK_LIBS) \ + $(GLIB_LIBS) \ ../libsylph/libsylph-0.la EXTRA_DIST = \ @@ -158,6 +159,7 @@ sylpheed_LDADD = \ $(GPGME_LIBS) \ $(LDAP_LIBS) \ $(LIBICONV) \ + $(SYLPHEED_LIBS) \ libsylpheed-plugin-0.la \ ../libsylph/libsylph-0.la \ $(SYLPHEED_RES) diff --git a/src/libsylpheed-plugin-0.def b/src/libsylpheed-plugin-0.def index f082caf6..aa0a94f5 100644 --- a/src/libsylpheed-plugin-0.def +++ b/src/libsylpheed-plugin-0.def @@ -1,4 +1,3 @@ -; c:\MinGW\bin\dlltool.exe -z libsylpheed-plugin-0.def --export-all-symbols .libs/plugin.o
EXPORTS
syl_plugin_add_factory_item @ 1
syl_plugin_add_menuitem @ 2
|