Install to gtk-3.0 as well as gtk-2.0
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / Makefile.am
1 SUBDIRS=adaptors gtk-2.0 gtk-3.0
2
3 if RELOCATE
4     gtkpathdir = $(libdir)/gtk-2.0/modules/at-spi-dbus
5 gnomeautostartdir = $(datadir)/gnome/autostart
6 gnomeautostart_DATA = atk-bridge.desktop
7 endif
8
9 EXTRA_DIST = atk-bridge.desktop.in \
10         Makefile.include
11
12 CLEANFILES = atk-bridge.desktop
13
14 %.desktop: %.desktop.in Makefile.am
15         sed -e "s,\@gtkpathdir\@,$(gtkpathdir)," \
16         < $< > $@