~sarahstrong/ubuntu/lucid/gedit/mypatch

« back to all changes in this revision

Viewing changes to plugins/convert/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Joe Drew
  • Date: 2002-01-13 02:13:27 UTC
  • Revision ID: james.westby@ubuntu.com-20020113021327-dukaa4n50oykvrjg
Tags: upstream-0.9.6
ImportĀ upstreamĀ versionĀ 0.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Sample plugin
 
2
 
 
3
plugindir = $(libdir)/gedit/plugins
 
4
 
 
5
plugin_LTLIBRARIES = libconvert.la
 
6
 
 
7
libconvert_la_SOURCES = convert.c
 
8
 
 
9
INCLUDES =                                              \
 
10
        -I$(top_srcdir)/src                             \
 
11
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
 
12
        -DGEDIT_GLADEDIR=\""$(gladedir)"\"              \
 
13
        -I$(includedir)                                 \
 
14
        $(GNOME_INCLUDEDIR)
 
15
 
 
16
gladedir = $(datadir)/gedit/glade
 
17
glade_DATA = convert.glade
 
18
 
 
19
glade_msgs = convert.glade.h
 
20
 
 
21
EXTRA_DIST = $(glade_DATA) $(glade_msgs)
 
 
b'\\ No newline at end of file'