summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.am
blob: d57836121e6328e7e50cfc0034c63adae8b872bb (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 -D_GNU_SOURCE

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: