~ubuntu-branches/debian/experimental/geany/experimental

« back to all changes in this revision

Viewing changes to tagmanager/include/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
noinst_HEADERS = \
2
 
        tm_project.h\
3
 
        tm_source_file.h\
4
 
        tm_tag.h\
5
 
        tm_work_object.h\
6
 
        tm_workspace.h\
7
 
        tm_symbol.h\
8
 
        tm_tagmanager.h\
 
2
        regex.h
 
3
 
 
4
tagmanager_includedir = $(includedir)/geany/tagmanager/
 
5
tagmanager_include_HEADERS = \
 
6
        tm_project.h \
 
7
        tm_source_file.h \
 
8
        tm_tag.h \
 
9
        tm_work_object.h \
 
10
        tm_workspace.h \
 
11
        tm_symbol.h \
 
12
        tm_tagmanager.h \
9
13
        tm_file_entry.h
10