Initial SVN import
[maemo-recorder] / Makefile.am
1 # The subdirs
2 SUBDIRS = src \
3           mime 
4
5 desktopdir = $(datadir)/applications/hildon
6 desktop_DATA = maemo_recorder.desktop
7
8 servicedir = /usr/share/dbus-1/services
9 service_DATA = maemo_recorder.service
10
11 pixmapdir = /usr/share/pixmaps
12 pixmap_DATA = maemo_recorder.png
13
14 gstplugindir = /usr/lib/gstreamer-0.10
15 gstplugin_DATA = data/libgstwavenc.so
16
17 # The backup/restore configuration
18
19 EXTRA_DIST =                                    \
20         README                                  \
21         AUTHORS                                 \
22         autogen.sh                              \
23         debian/changelog                        \
24         debian/compat                           \
25         debian/copyright                        \
26         debian/control                          \
27         debian/rules                            \
28         debian/hello-world-app.links            \
29         maemo_recorder.desktop                  \
30         maemo_recorder.service                  \
31         maemo_recorder.png
32
33 deb: dist
34         -mkdir $(top_builddir)/debian-build
35         cd $(top_builddir)/debian-build && tar zxf ../$(top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
36         cd $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot
37         -rm -rf $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION)