diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-27 13:38:39 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-27 13:38:39 +0200 |
commit | 5c66b80c07bfa379971ffaed1936b43a44f4e581 (patch) | |
tree | 8e9f40d6305a736c6af018001d699b506acde06e /source4/param | |
parent | 6cdfbd838094749557ee752fee23579ce71a0d53 (diff) | |
download | samba-5c66b80c07bfa379971ffaed1936b43a44f4e581.tar.gz samba-5c66b80c07bfa379971ffaed1936b43a44f4e581.tar.bz2 samba-5c66b80c07bfa379971ffaed1936b43a44f4e581.zip |
Move version.o and dynconfig.o into their own directory.
(This used to be commit 2cc924a412578c052a7793408300c28c8bc87c2d)
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index 02474d50b9..c169ce157e 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -6,7 +6,7 @@ LIBSAMBA-HOSTCONFIG_VERSION = 0.0.1 LIBSAMBA-HOSTCONFIG_SOVERSION = 0 LIBSAMBA-HOSTCONFIG_OBJ_FILES = $(addprefix $(paramsrcdir)/, \ - loadparm.o generic.o util.o) lib/version.o + loadparm.o generic.o util.o) PUBLIC_HEADERS += param/param.h |