From a1526a3e7dda31e236985ab465a5befa298eef26 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 17 Oct 2005 18:52:43 +0000 Subject: added first part of the autoconf stuff - patch from Christian Hamar --- src/util/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/util/Makefile.am (limited to 'src/util') diff --git a/src/util/Makefile.am b/src/util/Makefile.am new file mode 100644 index 00000000..8fd81471 --- /dev/null +++ b/src/util/Makefile.am @@ -0,0 +1,11 @@ +bin_PROGRAMS = vercmp convertdb + +AM_CFLAGS = \ + -I$(top_srcdir)/lib/libalpm \ + -I$(top_srcdir)/src/pacman + +vercmp_SOURCES = vercmp.c +convertdb_SOURCES = convertdb.c + +vercmp_LDADD = $(top_srcdir)/lib/libalpm/libalpm.la +convertdb_LDADD = $(top_srcdir)/lib/libalpm/libalpm.la -- cgit v1.2.3-54-g00ecf