~zeitgeist-dataproviders/zeitgeist-datasources/git

« back to all changes in this revision

Viewing changes to tomboy/Makefile.am

  • Committer: Manish Sinha
  • Date: 2011-10-24 01:35:00 UTC
  • Revision ID: git-v1:397827e6a6ce09298841fdcef9ce2e1a0e22a9c0
Added Makefile.am for monodevelop

Other changes:
* Removed the dependency on xbuild as tomboy datasource was not using it
* Move from gmcs to dmcs in tomboy datasource
* Monodevelop addin cannot do local-install
* Updated .bzrignore to stop bothering with those output files

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        -resource:$(srcdir)/$(ADDIN_NAME).addin.xml
21
21
 
22
22
$(TARGET): $(CSFILES)
23
 
        $(GMCS) -out:$@ $(CSFLAGS) $(ASSEMBLIES) $(CSFILES) $(RESOURCES)
 
23
        $(DMCS) -out:$@ $(CSFLAGS) $(ASSEMBLIES) $(CSFILES) $(RESOURCES)
24
24
 
25
25
 
26
26
addinsdir = $(libdir)/tomboy/addins