mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-14 05:15:11 -05:00
10 lines
186 B
Makefile
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
|