diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 17:20:16 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 17:20:16 +0200 |
commit | c8bff39df639c70afc94b1795c94629ee8b7b482 (patch) | |
tree | 6331eaa4d41b0b907b44d862697c9c5ea17eaaae /source4/Makefile | |
parent | ec1c854f2175823bd1ad39c2e272d1b3fab80bf1 (diff) | |
download | samba-c8bff39df639c70afc94b1795c94629ee8b7b482.tar.gz samba-c8bff39df639c70afc94b1795c94629ee8b7b482.tar.xz samba-c8bff39df639c70afc94b1795c94629ee8b7b482.zip |
Use a single copy of popt in samba3 and samba4.
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index 546eb072d86..41328cf03cb 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -70,7 +70,7 @@ smbreadlinesrcdir := lib/smbreadline libmessagingsrcdir := lib/messaging libeventssrcdir := lib/events libcmdlinesrcdir := lib/cmdline -poptsrcdir := lib/popt +poptsrcdir := ../popt socketwrappersrcdir := lib/socket_wrapper nsswrappersrcdir := lib/nss_wrapper appwebsrcdir := lib/appweb |