~ubuntu-branches/ubuntu/maverick/gwhere/maverick

« back to all changes in this revision

Viewing changes to src/plugins/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bart Martens
  • Date: 2007-01-27 16:01:01 UTC
  • mfrom: (2.1.1 feisty)
  • Revision ID: james.westby@ubuntu.com-20070127160101-u673yo4vke03jg26
Tags: 0.2.3.dfsg.1-2
* debian/rules: Convert gwhere.desktop to UTF-8.  Closes: #405137.
* debian/rules: Replace all "extraibles" with "extraíbles" in
  gwhere.desktop.  Closes: #405138.
* debian/copyright: Updated for year 2007.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = descr
2
 
SOURCES = gwdescr.h
 
1
SUBDIRS = . descr catalog
 
2
SOURCES = gwdescr.h gwcatalog.h
 
3
 
 
4
INCLUDES = \
 
5
        -I$(top_srcdir)/intl \
 
6
        -I$(top_srcdir)/src \
 
7
        @GTK_CFLAGS@ \
 
8
        -D${HOST_OS}
 
9
 
 
10
noinst_LIBRARIES = libgwplugins.a
 
11
 
 
12
libgwplugins_a_SOURCES = \
 
13
        gwcatalog.h \
 
14
        gwdescr.h \
 
15
        gwplugininfo.c gwplugininfo.h
 
16
 
 
17
EXTRA_DIST = $(SOURCES)
 
18
 
 
19
libgwplugins_a_LIBADD =