Added an example to test the WATC module. It lets you query whatsafterthecredits...
[maevies] / data / Makefile.am
1 # This software is free software; you can redistribute it and/or
2 # modify it under the terms of the GNU Lesser General Public License
3 # as published by the Free Software Foundation; either version 2.1 of
4 # the License, or (at your option) any later version.
5 #
6 # This software is distributed in the hope that it will be useful, but
7 # WITHOUT ANY WARRANTY; without even the implied warranty of
8 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9 # Lesser General Public License for more details.
10 #
11 # You should have received a copy of the GNU Lesser General Public
12 # License along with this software; if not, write to the Free Software
13 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
14 # 02110-1301 USA
15 #
16  
17 dbusdir=$(datadir)/dbus-1/services
18 dbus_DATA=com.nokia.maevies.service
19
20 desktopdir=$(datadir)/applications/hildon
21 desktop_DATA = maevies.desktop
22
23 EXTRA_DIST = $(dbus_DATA) $(desktop_DATA)