Reading and writing the snap_grid_size.
[tweakr] / modules / Makefile.am
1 libmaemo_tweaks_section = \
2         $(top_builddir)/libmaemo-tweaks-section/libmaemo-tweaks-section.la
3
4 AM_CPPFLAGS = \
5         -I$(top_srcdir) \
6         $(GTK_CFLAGS)   \
7         $(HILDON_CFLAGS)        \
8         -DTRANSITIONS=\"/usr/share/hildon-desktop/transitions.ini\"
9
10 modulesdir = $(libdir)/maemo-tweaks/modules
11
12 modules_LTLIBRARIES = libmaemo-tweaks-desktop.la
13
14 libmaemo_tweaks_desktop_la_SOURCES = maemo-tweaks-desktop.c
15 libmaemo_tweaks_desktop_la_LDFLAGS = -avoid-version -module
16 libmaemo_tweaks_desktop_la_LIBADD = \
17         $(libmaemo_tweaks_section)      \
18         $(GTK_LIBS)     \
19         $(HILDON_LIBS)
20