]> git.itanic.dy.fi Git - maemo-mapper/blob - src/Makefile.am
Added basic APRS support - Can be disabled by removing definition of INCLUDE_APRS
[maemo-mapper] / src / Makefile.am
1 #
2 # Copyright (C) 2006, 2007 John Costigan.
3 #
4 # This file is part of Maemo Mapper.
5 #
6 # Maemo Mapper is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # Maemo Mapper is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with Maemo Mapper.  If not, see <http://www.gnu.org/licenses/>.
18 #
19
20 bin_PROGRAMS = maemo-mapper
21
22 maemo_mapper_CFLAGS = $(GTK_CFLAGS) $(OSSO_CFLAGS) $(HILDON_CFLAGS) $(GNOME_VFS_CFLAGS) $(GCONF_CFLAGS) $(LIBXML2_CFLAGS) $(SQLITE_CFLAGS) $(CONIC_CFLAGS)
23
24 maemo_mapper_LDADD = $(GTK_LIBS) $(OSSO_LIBS) $(HILDON_LIBS) $(GNOME_VFS_LIBS) $(GCONF_LIBS) $(LIBXML2_LIBS) $(SQLITE_LIBS) $(CONIC_LIBS)
25
26 maemo_mapper_SOURCES = \
27         cmenu.c \
28         data.c \
29         dbus-ifc.c \
30         display.c \
31         gdk-pixbuf-rotate.c \
32         gps.c \
33         gpsbt.c \
34         gpx.c \
35         input.c \
36         main.c \
37         maps.c \
38         marshal.c \
39         menu.c \
40         path.c \
41         poi.c \
42         settings.c \
43         util.c \
44         aprs_decode.c \
45         aprs.c \
46         hashtable.c \
47         hashtable_itr.c \
48         aprs_display.c \
49         aprs_message.c \
50         aprs_kiss.c
51
52 # bin_SCRIPTS = maemo-mapper.sh