autoconf tweaking
[eyes-widget] / src / Makefile.am
1 INCLUDES =                                                              \
2         -I$(top_srcdir)                                                 \
3         -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                           \
4         -DTHEMESDIR=\"$(datadir)/eyes-widget/themes\"
5
6 plugindir = `pkg-config libhildondesktop-1 --variable=hildondesktoplibdir`
7 plugin_PROGRAMS = eyes-widget.so
8
9 eyes_widget_so_SOURCES =                                                \
10         eyes.h                                                          \
11         eyes.c                                                          \
12         themes.h                                                        \
13         themes.c                                                        \
14         accelerometer.h                                                 \
15         accelerometer.c
16
17 eyes_widget_so_CFLAGS =                                                 \
18         $(HILDON_CFLAGS)                                                \
19         $(GTK_CFLAGS)
20
21 eyes_widget_so_LDFLAGS = -shared                                        \
22         $(HILDON_LIBS)                                          \
23         $(GTK_LIBS)                                     
24
25 desktopdir = `pkg-config libhildondesktop-1 --variable=hildonhomedesktopentrydir`
26 desktop_DATA = eyes-widget.desktop