summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-06-04 23:49:09 +0200
committerDan McGee <dan@archlinux.org>2007-06-05 04:24:29 +0200
commite0afe6e94a71a6aeb964e9624c2df4f4a2821704 (patch)
treed5215d3517be59de8583470a1dc773c894b651d8 /src/util
parentf32292367a078bf55a16f2cebe8fd562cd4a2d3b (diff)
downloadpacman-e0afe6e94a71a6aeb964e9624c2df4f4a2821704.tar.gz
pacman-e0afe6e94a71a6aeb964e9624c2df4f4a2821704.tar.xz
Autotool clean up.
* Add vim modeline to Makefile.am and configure.ac * Fix white space in Makefile.am and configure.ac * Add contrib/wget-xdelta.sh to EXTRA_DIST in Makefile.am Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 8174dd96..0c48f10e 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -9,3 +9,5 @@ vercmp_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la
testpkg_SOURCES = testpkg.c
testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la
+
+# vim:set ts=2 sw=2 noet: