source: trunk/third/bonobo/gshell/Makefile.am @ 15555

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 
1INCLUDES =                                              \
2        -I$(top_srcdir) -I$(top_srcdir)/bonobo          \
3        -I$(top_builddir)                               \
4        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
5        -DDATADIR=\""$(datadir)"\"                      \
6        $(BONOBOX_TEST_CFLAGS)
7
8bin_PROGRAMS = gshell
9
10gshell_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
22uidir   = $(datadir)/gnome/ui
23ui_DATA = gshell-ui.xml
24
25gshell_LDADD =                                  \
26        $(top_builddir)/bonobo/libbonobo.la     \
27        $(top_builddir)/bonobo/libbonobox.la    \
28        $(BONOBOX_TEST_LIBS)                    \
29        $(INTLLIBS)
30
31uidir = $(datadir)/gnome/ui
32ui_DATA = gshell-ui.xml
33
34EXTRA_DIST = $(ui_DATA)
Note: See TracBrowser for help on using the repository browser.