mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Fix up the sysadm.pro file - forgot to clean up the old library subdir in it.
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user