Revision: 1390 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1390&view=re... Author: frlan Date: 2010-05-23 11:26:53 +0000 (Sun, 23 May 2010)
Log Message: ----------- Update of autotools stuff with new files for geanylatex
Modified Paths: -------------- trunk/geany-plugins/geanylatex/src/Makefile.am
Modified: trunk/geany-plugins/geanylatex/src/Makefile.am =================================================================== --- trunk/geany-plugins/geanylatex/src/Makefile.am 2010-05-23 11:06:53 UTC (rev 1389) +++ trunk/geany-plugins/geanylatex/src/Makefile.am 2010-05-23 11:26:53 UTC (rev 1390) @@ -3,26 +3,30 @@ geanyplugins_LTLIBRARIES = geanylatex.la
geanylatex_la_SOURCES = \ - letters.h \ - latexutils.h \ - formatutils.h \ - latexencodings.h \ + bibtex.c \ + geanylatex.c \ latexkeybindings.h \ - datatypes.h \ + reftex.c \ + bibtex.h \ geanylatex.h \ + latexstructure.c \ reftex.h \ - bibtex.h \ - latexenvironments.h \ - geanylatex.c \ + bibtexlabels.c \ latexencodings.c \ - bibtex.c \ - bibtexlabels.c \ + latexstructure.h \ + templates.c \ + datatypes.h \ + latexencodings.h \ latexutils.c \ + templates.h \ formatpatterns.c \ latexenvironments.c \ + latexutils.h \ + formatutils.c \ + latexenvironments.h \ letters.c \ + formatutils.h \ latexkeybindings.c \ - reftex.c \ - formatutils.c + letters.h
geanylatex_la_LIBADD = $(COMMONLIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org