Change name from Maemopad+ to MaePad
[maepad.git] / src / Makefile.am
blob9b171754d7394d15a20499d008da7efdd107e8ac
1 # This file is part of maemopad+
3 # This software is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public License
5 # as published by the Free Software Foundation; either version 2.1 of
6 # the License, or (at your option) any later version.
8 # This software is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this software; if not, write to the Free Software
15 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
16 # 02110-1301 USA
19 bin_PROGRAMS = maepad
21 maepad_LDADD = $(HILDON_LIBS) $(OSSO_LIBS) $(SQL3_LIBS)
22 maepad_CFLAGS= $(HILDON_CFLAGS) $(OSSO_CFLAGS) $(SQL3_CFLAGS)
24 maepad_SOURCES = \
25         main.c \
26         appdata.h \
27         ui/interface.h \
28         ui/interface.c \
29         ui/callbacks.h \
30         ui/callbacks.c \
31         ui/sketchwidget.h \
32         ui/sketchwidget.c \
33         he/he-fullscreen-button.h \
34         he/he-fullscreen-button.c