summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-04 03:32:01 +0200
committerLennart Poettering <lennart@poettering.net>2007-09-04 03:32:01 +0200
commit8e1ce53395dd75d030796ea27075718c76ef9cb6 (patch)
treeabc2327ef8a4baefda1cc9ac0d89ad2f17abc2ed /Makefile.am
parentdb2975af6e9b3a8e75bb20c144b14fe4b976bbff (diff)
use 000 as version number
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b8f245..4850f08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
+EXTRA_DIST=bootstrap.sh
AM_LDFLAGS=-avoid-version -module -export-dynamic
@@ -8,3 +9,6 @@ libflashsupport_la_SOURCES = flashsupport.c
libflashsupport_la_LIBADD = $(AM_LIBADD) $(PULSE_LIBS) $(LIBSSL_LIBS)
libflashsupport_la_CFLAGS = $(AM_CFLAGS) $(PULSE_CFLAGS) $(LIBSSL_CFLAGS)
+fedora-snapshot: dist
+ cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
+