Revision 15555,
637 bytes
checked in by ghudson, 24 years ago
(diff) |
Don't include includedir. It sounds good, but it's still bad.
|
Line | |
---|
1 | INCLUDES = \ |
---|
2 | -I$(top_srcdir) -I$(top_srcdir)/bonobo \ |
---|
3 | -I$(top_builddir) \ |
---|
4 | -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ |
---|
5 | -DDATADIR=\""$(datadir)"\" \ |
---|
6 | $(BONOBOX_TEST_CFLAGS) |
---|
7 | |
---|
8 | bin_PROGRAMS = gshell |
---|
9 | |
---|
10 | gshell_SOURCES = \ |
---|
11 | gshell.h \ |
---|
12 | gshell.c \ |
---|
13 | inout.h \ |
---|
14 | inout.c \ |
---|
15 | ui.h \ |
---|
16 | ui.c \ |
---|
17 | properties.c \ |
---|
18 | properties.h \ |
---|
19 | controls.c \ |
---|
20 | controls.h |
---|
21 | |
---|
22 | uidir = $(datadir)/gnome/ui |
---|
23 | ui_DATA = gshell-ui.xml |
---|
24 | |
---|
25 | gshell_LDADD = \ |
---|
26 | $(top_builddir)/bonobo/libbonobo.la \ |
---|
27 | $(top_builddir)/bonobo/libbonobox.la \ |
---|
28 | $(BONOBOX_TEST_LIBS) \ |
---|
29 | $(INTLLIBS) |
---|
30 | |
---|
31 | uidir = $(datadir)/gnome/ui |
---|
32 | ui_DATA = gshell-ui.xml |
---|
33 | |
---|
34 | EXTRA_DIST = $(ui_DATA) |
---|
Note: See
TracBrowser
for help on using the repository browser.