1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-14 05:15:11 -05:00
pacman/src/util/Makefile.am
2006-10-15 22:25:42 +00:00

10 lines
186 B
Makefile

bin_PROGRAMS = vercmp convertdb
AM_CFLAGS = \
-I$(top_srcdir)/lib/libalpm \
-I$(top_srcdir)/src/pacman
vercmp_SOURCES = vercmp.c
vercmp_LDADD = $(top_srcdir)/lib/libalpm/libalpm.la