~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Jacob Andreas
  • Date: 2008-03-21 14:13:52 UTC
  • Revision ID: jacob@ada-20080321141352-305e6v5ve6zv5m1t
Twitter plugin added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
 
171
171
AM_CONDITIONAL(ENABLE_TOMBOY_PLUGIN, test "x$enable_tomboy_plugin" = "xyes")
172
172
 
 
173
dnl - Twitter plugin
 
174
AC_ARG_ENABLE([twitter-plugin],
 
175
        AS_HELP_STRING([--enable-twitter-plugin],[Enable the Twitter plugin]),
 
176
        enable_twitter_plugin=$enableval,
 
177
        enable_twitter_plugin=yes)
 
178
 
 
179
AM_CONDITIONAL(ENABLE_TWITTER_PLUGIN, test "x$enable_twitter_plugin" = "xyes")
 
180
 
173
181
 
174
182
 
175
183
dnl Plugin install paths
214
222
        Launchpad/src/Makefile
215
223
        Launchpad/Resources/Makefile
216
224
        Tomboy/Makefile
 
225
        Twitter/Makefile
217
226
])
218
227
 
219
228
AC_OUTPUT