summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.am
blob: 0c48f10ec02561d431ef59fdbc5aaa2c65b49425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
bin_PROGRAMS = vercmp testpkg

INCLUDES = -I$(top_srcdir)/lib/libalpm

AM_CFLAGS = -pedantic

vercmp_SOURCES = vercmp.c
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: