diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 17:17:52 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 17:17:52 +0100 |
commit | c5d77a1c2414d930ccbedbe05e124df69242a144 (patch) | |
tree | c3bf3584c74074a02975d6b380633dcb055f575f /source4/lib/registry | |
parent | e8c62dc6dab064d58cc41d6a9e6184ceafa9bf06 (diff) | |
download | samba-c5d77a1c2414d930ccbedbe05e124df69242a144.tar.gz samba-c5d77a1c2414d930ccbedbe05e124df69242a144.tar.bz2 samba-c5d77a1c2414d930ccbedbe05e124df69242a144.zip |
Move public header accumulation out of the perl code.
(This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index af5b1bc301..b2d7ce202e 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -36,10 +36,11 @@ OBJ_FILES = \ PUBLIC_DEPENDENCIES = \ LIBSAMBA-UTIL CHARSET TDR_REGF LIBLDB \ RPC_NDR_WINREG LDB_WRAP -PUBLIC_HEADERS = registry.h hive.h patchfile.h # End MODULE registry_ldb ################################################ +PUBLIC_HEADERS += $(addprefix lib/registry/, registry.h hive.h patchfile.h) + [SUBSYSTEM::registry_common] PUBLIC_DEPENDENCIES = registry OBJ_FILES = tools/common.o |