continue code separation into different folders
This commit is contained in:
13
Makefile.am
13
Makefile.am
@ -1,12 +1,5 @@
|
||||
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
|
||||
SUBDIRS = lib daemon
|
||||
|
||||
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
|
||||
rm -rf aclocal.m4 m4 autom4te.cache compile depcomp install-sh missing configure Makefile.in config.h* &>/dev/null
|
||||
rm -rf .deps ltmain.sh config.guess config.sub &>/dev/null
|
||||
|
Reference in New Issue
Block a user