~ubuntu-branches/ubuntu/warty/gedit/warty

« back to all changes in this revision

Viewing changes to plugins/shell_output/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-7gh6isxvejblzvdq
Tags: 0.9.6-4
* Change /usr/share/doc/gedit/html to be an absolute link
  to /usr/gnome/help/gedit/C (which is technically against
  policy, but causes problems for people in real world
  situations.)
  Closes: Bug#84067, Bug#97631
* Correct typos in description (Closes: Bug#124664)
* Modify plugins' Makefile.am to add EXTRA_GNOME_CFLAGS,
  which is necessary since libglade moved its header files.
  Also re-ran automake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
13
13
        -DGEDIT_GLADEDIR=\""$(gladedir)"\"              \
14
14
        -I$(includedir)                                 \
15
 
        $(GNOME_INCLUDEDIR)
 
15
        $(GNOME_INCLUDEDIR)                             \
 
16
        $(EXTRA_GNOME_CFLAGS)
16
17
 
17
18
gladedir = $(datadir)/gedit/glade
18
19
glade_DATA = shell_output.glade
19
20
 
20
21
glade_msgs = shell_output.glade.h
21
22
 
22
 
EXTRA_DIST = $(glade_DATA) $(glade_msgs)
 
 
b'\\ No newline at end of file'
 
23
EXTRA_DIST = $(glade_DATA) $(glade_msgs)
 
24