13 lines
344 B
Makefile
13 lines
344 B
Makefile
SUBDIRS = lib
|
|
|
|
include_HEADERS = yasnd.h
|
|
|
|
yasnd_LDADD = ${libconfuse_LIBS}
|
|
yasnd_LDADD += lib/libyasnd.la
|
|
sbin_PROGRAMS = yasnd
|
|
yasnd_SOURCES = yasnd.c yasnd-ipc.c
|
|
|
|
distclean-local:
|
|
rm -rf aclocal.m4 m4 autom4te.cache depcomp install-sh missing configure Makefile.in config.h* &>/dev/null
|
|
rm -rf ltmain.sh config.guess config.sub &>/dev/null
|