diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-20 16:28:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-21 03:54:42 +0100 |
commit | 03023c4f7d8c7bc6716982db86e8167f1ac6331b (patch) | |
tree | d4089d875127a1c892656020d7743b9da7f77570 /source4/ntptr | |
parent | b126f1ca4d71b6801032478d8c56453593b27825 (diff) | |
download | samba-03023c4f7d8c7bc6716982db86e8167f1ac6331b.tar.gz samba-03023c4f7d8c7bc6716982db86e8167f1ac6331b.tar.bz2 samba-03023c4f7d8c7bc6716982db86e8167f1ac6331b.zip |
build: Demote a bunch of libraries to subsystems. This makes packaging easier and should also make it easier
to migrate to a new build system.
(This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
Diffstat (limited to 'source4/ntptr')
-rw-r--r-- | source4/ntptr/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntptr/config.mk b/source4/ntptr/config.mk index 38a582291f..4c1f46ff17 100644 --- a/source4/ntptr/config.mk +++ b/source4/ntptr/config.mk @@ -14,7 +14,7 @@ PRIVATE_DEPENDENCIES = \ ################################################ # Start SUBSYSTEM ntptr -[LIBRARY::ntptr] +[SUBSYSTEM::ntptr] PRIVATE_PROTO_HEADER = ntptr_proto.h OBJ_FILES = \ ntptr_base.o \ |