Revision: 821 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=821&view=rev Author: hyperair Date: 2009-07-15 17:17:51 +0000 (Wed, 15 Jul 2009)
Log Message: ----------- Correct typo: COMMON_LIBS => COMMONLIBS
Modified Paths: -------------- branches/geany-plugins-0.17.1/spellcheck/src/Makefile.am
Modified: branches/geany-plugins-0.17.1/spellcheck/src/Makefile.am =================================================================== --- branches/geany-plugins-0.17.1/spellcheck/src/Makefile.am 2009-07-15 15:07:16 UTC (rev 820) +++ branches/geany-plugins-0.17.1/spellcheck/src/Makefile.am 2009-07-15 17:17:51 UTC (rev 821) @@ -19,5 +19,5 @@ $(ENCHANT_CFLAGS)
spellcheck_la_LIBADD = \ - $(COMMON_LIBS) \ + $(COMMONLIBS) \ $(ENCHANT_LIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org