diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-06-12 06:52:15 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-06-12 06:52:15 +0000 |
commit | d464abfde8e2e6faeb136b39e39635bfad3f89a6 (patch) | |
tree | 10d8f7b55beece24d4a973d6c05b710c0ba65dd4 /plugin | |
parent | fcc6cdb310f80d0686212300c99863de53df820d (diff) |
do not install test plugin automatically.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2166 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/test/Makefile.am | 3 | ||||
-rw-r--r-- | plugin/test/README | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/plugin/test/Makefile.am b/plugin/test/Makefile.am index f7ec8ef7..9c8ed965 100644 --- a/plugin/test/Makefile.am +++ b/plugin/test/Makefile.am @@ -16,3 +16,6 @@ test_la_LIBADD = \ $(GTK_LIBS) \ $(top_srcdir)/src/libsylpheed-plugin-0.la \ $(top_srcdir)/libsylph/libsylph-0.la + +install: +install-plugin: install-am diff --git a/plugin/test/README b/plugin/test/README new file mode 100644 index 00000000..3ba94513 --- /dev/null +++ b/plugin/test/README @@ -0,0 +1,4 @@ +This is a test plugin for Sylpheed plug-in system. + +This plugin will not be installed by 'make install'. +To install this test plugin, use 'make install-plugin'. |