summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-01-08 00:16:34 +0000
committerPete Batard <pete@akeo.ie>2012-01-08 01:52:40 +0000
commitc7224c9c90c6533a2c568cd6adb3ba3c65b67b39 (patch)
tree1e007cf9dd05e524d5b0eed5804991b0989de2c6 /Makefile.am
parente182dbad23570634d6cca971aa6b820898377d4e (diff)
downloadlibusb-c7224c9c90c6533a2c568cd6adb3ba3c65b67b39.tar.gz
[misc] align with master
* up to "Core: Fix #122 warning: no previous prototype for ‘usbi_log_v’" a8e2e7cab278fbfcba91909eaf762cf66da9eda5
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b65a92..f59b8c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
ACLOCAL_AMFLAGS = -I m4
-DISTCLEANFILES = ChangeLog libusb-1.0.pc
+DISTCLEANFILES = libusb-1.0.pc
+MAINTAINERCLEANFILES = ChangeLog
EXTRA_DIST = TODO PORTING
SUBDIRS = libusb doc
@@ -22,6 +23,6 @@ dist-up: dist
rm -rf $(reldir)
mkdir -p $(reldir)
cp $(distdir).tar.bz2 $(reldir)
- rsync -rv $(reldir) dsd_,libusb@frs.sourceforge.net:/home/frs/project/l/li/libusb/libusb-1.0/
+ rsync -rv $(reldir) frs.sourceforge.net:/home/frs/project/l/li/libusb/libusb-1.0/
rm -rf $(reldir)