~ubuntu-branches/debian/squeeze/geany-plugins/squeeze

« back to all changes in this revision

Viewing changes to addons/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-07-10 22:56:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090710225641-xc1126t7pq0jmpos
Tags: upstream-0.17.1
ImportĀ upstreamĀ versionĀ 0.17.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/build/vars.build.mk
 
2
 
 
3
geanyplugins_LTLIBRARIES = \
 
4
        addons.la
 
5
 
 
6
addons_la_SOURCES = \
 
7
        addons.h \
 
8
        ao_doclist.h \
 
9
        ao_openuri.h \
 
10
        ao_systray.h \
 
11
        tasks.h \
 
12
        addons.c \
 
13
        ao_doclist.c \
 
14
        ao_openuri.c \
 
15
        ao_systray.c \
 
16
        tasks.c
 
17
 
 
18
addons_la_LIBADD = $(COMMONLIBS)