~sarahstrong/ubuntu/lucid/gedit/mypatch

« back to all changes in this revision

Viewing changes to src/dialogs/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
gladedir = $(datadir)/gedit/glade/
 
2
 
 
3
INCLUDES =                                              \
 
4
        -I$(top_srcdir)/src                             \
 
5
        -I$(includedir)/src                             \
 
6
        $(GNOME_INCLUDEDIR)                             \
 
7
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
 
8
        -DGEDIT_GLADEDIR=\""$(gladedir)"\"              \
 
9
        $(EXTRA_GNOME_CFLAGS)
 
10
 
 
11
noinst_LIBRARIES = libdialogs.a
 
12
 
 
13
libdialogs_a_SOURCES =          \
 
14
        dialog-about.c          \
 
15
        dialog-goto-line.c      \
 
16
        dialog-prefs.c          \
 
17
        dialog-plugins.c        \
 
18
        dialog-replace.c        \
 
19
        dialog-uri.c            \
 
20
        dialogs.h
 
21
 
 
22
glade_DATA =                    \
 
23
        about.glade             \
 
24
        goto-line.glade         \
 
25
        prefs.glade             \
 
26
        replace.glade           \
 
27
        program.glade           \
 
28
        plugin-manager.glade    \
 
29
        uri.glade
 
30
 
 
31
glade_msgs =                    \
 
32
        about.glade.h           \
 
33
        goto-line.glade.h       \
 
34
        prefs.glade.h           \
 
35
        replace.glade.h         \
 
36
        program.glade.h         \
 
37
        plugin-manager.glade.h  \
 
38
        uri.glade.h
 
39
 
 
40
EXTRA_DIST = $(glade_DATA) $(glade_msgs)