From: <den...@us...> - 2010-09-13 16:43:03
|
Revision: 336 http://rmol.svn.sourceforge.net/rmol/?rev=336&view=rev Author: denis_arnaud Date: 2010-09-13 16:42:57 +0000 (Mon, 13 Sep 2010) Log Message: ----------- [Dev] Fixed a small typo in the Makefile.am. Modified Paths: -------------- trunk/rmol/rmol/command/Makefile.am Modified: trunk/rmol/rmol/command/Makefile.am =================================================================== --- trunk/rmol/rmol/command/Makefile.am 2010-09-07 17:37:53 UTC (rev 335) +++ trunk/rmol/rmol/command/Makefile.am 2010-09-13 16:42:57 UTC (rev 336) @@ -7,7 +7,7 @@ librmolcmd_la_SOURCES = $(rmol_cmd_h_sources) $(rmol_cmd_cc_sources) librmolcmd_la_CXXFLAGS = $(BOOST_CFLAGS) $(STDAIR_CFLAGS) -librmolbas_la_LDFLAGS = +librmolcmd_la_LDFLAGS = # #pkgincludedir = $(includedir)/@PACKAGE@/command This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |