adding autools stuff
[wai] / src / Makefile.am
1 #
2 # This file is part of wai
3 #
4 # Copyright (C) 2009 Michele Tameni. All rights reserved.
5 #
6 # This maemo code example is licensed under a MIT-style license,
7 # that can be found in the file called "COPYING" in the root
8 # directory.
9 #
10
11 bin_PROGRAMS = wai
12
13 wai_LDADD = $(HILDON_LIBS) $(LILOCATION_LIBS)
14
15 wai_CFLAGS= $(HILDON_CFLAGS) $(LIBLOCATION_CFLAGS) 
16
17 wai_SOURCES = \
18         main.c \
19         interface.h interface.c app_data.c app_data.h loc_data.c loc_data.h
20