From b283a1e06576821de6b3811a76b43ad081870dab Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 7 Aug 2011 15:32:06 -0400 Subject: src/util/Makefile.am: alphabetize targets Signed-off-by: Dave Reisner Signed-off-by: Dan McGee --- src/util/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index f2774657..11308fbf 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -15,15 +15,6 @@ INCLUDES = -I$(top_srcdir)/lib/libalpm AM_CFLAGS = -pedantic -D_GNU_SOURCE -vercmp_SOURCES = vercmp.c -vercmp_LDADD = $(top_builddir)/lib/libalpm/version.o - -testpkg_SOURCES = testpkg.c -testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la - -testdb_SOURCES = testdb.c -testdb_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la - cleanupdelta_SOURCES = cleanupdelta.c cleanupdelta_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la @@ -33,4 +24,13 @@ pacsort_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la pactree_SOURCES = pactree.c pactree_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la +testdb_SOURCES = testdb.c +testdb_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la + +testpkg_SOURCES = testpkg.c +testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la + +vercmp_SOURCES = vercmp.c +vercmp_LDADD = $(top_builddir)/lib/libalpm/version.o + # vim:set ts=2 sw=2 noet: -- cgit v1.2.3-24-g4f1b