Fix up the sysadm.pro file - forgot to clean up the old library subdir in it.

This commit is contained in:
Ken Moore
2016-02-01 14:02:37 -05:00
parent 6aeb05b825
commit cabcd0a2b2

View File

@@ -1,11 +1,11 @@
TEMPLATE = subdirs
CONFIG += recursive
SUBDIRS+= library binary server
SUBDIRS+= server
#Make sure to list the library as a requirement for the others (for parallellized builds)
binary.depends = library
server.depends = library
#binary.depends = library
#server.depends = library
rcd.path = /usr/local/etc/rc.d/
rcd.extra = cp rc.d/* $(INSTALL_ROOT)/usr/local/etc/rc.d/