yelp-window: Drop gtk bug workaround because mclasen fixed the bug
[yelp.git] / src / Makefile.am
blob4667c922ca8933de48188749bf6d6164a809093d
1 bin_PROGRAMS = yelp
3 yelp_SOURCES =                                          \
4         yelp-application.c      yelp-application.h      \
5         yelp-window.c           yelp-window.h           \
6         yelp.c
8 YELP_DEFINES =                                                          \
9         -DG_LOG_DOMAIN=\"Yelp\"                                         \
10         -DPREFIX=\""$(prefix)"\"                                        \
11         -DSYSCONFDIR=\""$(sysconfdir)"\"                                \
12         -DDATADIR=\""$(datadir)"\"                                      \
13         -DLOCALEDIR=\""$(localedir)"\"                                  \
14         -DLIBDIR=\""$(libdir)"\"                                        \
15         -DIMAGEDIR=\""$(datadir)/images/yelp"\"                         \
16         -DSERVERDIR=\"$(libexecdir)\"                                   \
17         -DBINDIR=\""$(bindir)"\"                                        \
18         -DSHAREDIR=\""$(pkgdatadir)"\"                                  \
19         -DGDU_ICON_PATH=\"$(GDU_ICON_PATH)\"
21 yelp_CFLAGS =                                   \
22         -I$(top_srcdir)/libyelp                 \
23         $(YELP_CFLAGS)                          \
24         $(AM_CFLAGS)                            \
25         $(YELP_DEFINES)
27 yelp_LDADD =                                    \
28         $(top_builddir)/libyelp/libyelp.la      \
29         $(YELP_LIBS)                            \
30         $(POPT_LIBS)
32 yelp_LDFLAGS = $(AM_LDFLAGS)
34 install-exec-hook:
35         rm -f $(DESTDIR)$(bindir)/gnome-help && \
36         $(LN_S) yelp $(DESTDIR)$(bindir)/gnome-help