mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
- new: execd, keyack - statd has been converted to autotools Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
9 lines
180 B
Makefile
9 lines
180 B
Makefile
# Used by ../Makefile for 'make check' and Coverity Scan
|
|
export PKG_CONFIG_PATH = $(CURDIR)/../staging/lib/pkgconfig
|
|
|
|
all:
|
|
./autogen.sh
|
|
./configure
|
|
make V=1 all
|
|
make distclean
|