diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 14:10:16 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 14:10:16 +0200 |
commit | 4924446969b0f2a02b799fa9b2af14172310ebf0 (patch) | |
tree | b30ea88bf769ebf6fcc554190429d2a60ca183a0 /source4/lib/registry | |
parent | ec7394e7d2f589905044cff3cb1899f0815991d6 (diff) | |
download | samba-4924446969b0f2a02b799fa9b2af14172310ebf0.tar.gz samba-4924446969b0f2a02b799fa9b2af14172310ebf0.tar.xz samba-4924446969b0f2a02b799fa9b2af14172310ebf0.zip |
Trim down installed headers some more.
(This used to be commit 71aa38842c270d52d39b805bf7ce29e25e062024)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 1deac1dd46..77b4ece552 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -39,7 +39,7 @@ PUBLIC_DEPENDENCIES = \ # End MODULE registry_ldb ################################################ -PUBLIC_HEADERS += $(addprefix lib/registry/, registry.h hive.h) +PUBLIC_HEADERS += lib/registry/registry.h [SUBSYSTEM::registry_common] PUBLIC_DEPENDENCIES = registry |