diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-09 02:53:54 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-09 02:53:54 +0100 |
commit | e3f6a9a0d4232d7ff41d2085641f35a0bf7b229f (patch) | |
tree | 89d093a894bfb802f5fe4020b36a452f73526f25 /source4/lib/registry | |
parent | 17c7f7cc7417e87828fb9e87070f94d7e442e937 (diff) | |
download | samba-e3f6a9a0d4232d7ff41d2085641f35a0bf7b229f.tar.gz samba-e3f6a9a0d4232d7ff41d2085641f35a0bf7b229f.tar.bz2 samba-e3f6a9a0d4232d7ff41d2085641f35a0bf7b229f.zip |
Move PC_FILE out of the perl code.
(This used to be commit ca8d4260ada9f74ebc406714ca70d20be09b194b)
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 72882bca93..16e9c62c57 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -18,13 +18,14 @@ clean:: ################################################ # Start SUBSYSTEM registry [LIBRARY::registry] -PC_FILE = registry.pc PUBLIC_DEPENDENCIES = \ LIBSAMBA-UTIL CHARSET TDR_REGF LIBLDB \ RPC_NDR_WINREG LDB_WRAP # End MODULE registry_ldb ################################################ +PC_FILES += lib/registry/registry.pc + registry_VERSION = 0.0.1 registry_SOVERSION = 0 |