Initial SVN import
[maemo-recorder] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..205b81f
--- /dev/null
@@ -0,0 +1,37 @@
+# The subdirs
+SUBDIRS = src \
+         mime 
+
+desktopdir = $(datadir)/applications/hildon
+desktop_DATA = maemo_recorder.desktop
+
+servicedir = /usr/share/dbus-1/services
+service_DATA = maemo_recorder.service
+
+pixmapdir = /usr/share/pixmaps
+pixmap_DATA = maemo_recorder.png
+
+gstplugindir = /usr/lib/gstreamer-0.10
+gstplugin_DATA = data/libgstwavenc.so
+
+# The backup/restore configuration
+
+EXTRA_DIST =                                   \
+       README                                  \
+       AUTHORS                                 \
+        autogen.sh                             \
+        debian/changelog                       \
+        debian/compat                          \
+        debian/copyright                       \
+        debian/control                         \
+        debian/rules                           \
+        debian/hello-world-app.links           \
+        maemo_recorder.desktop                 \
+        maemo_recorder.service                 \
+       maemo_recorder.png
+
+deb: dist
+       -mkdir $(top_builddir)/debian-build
+       cd $(top_builddir)/debian-build && tar zxf ../$(top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
+       cd $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot
+       -rm -rf $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION)