Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
fd2daaa2
Commit
fd2daaa2
authored
Jul 11, 2011
by
JINMEI Tatuya
Browse files
[trac983] missing SOURCES for distcheck
parent
78942e3f
Changes
2
Show whitespace changes
Inline
Side-by-side
src/lib/python/isc/acl/Makefile.am
View file @
fd2daaa2
...
...
@@ -15,7 +15,7 @@ acl_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
acl_la_LDFLAGS
=
$(PYTHON_LDFLAGS)
acl_la_CXXFLAGS
=
$(AM_CXXFLAGS)
$(PYTHON_CXXFLAGS)
dns_la_SOURCES
=
dns.cc dns_requestacl_python.h dns_requestacl_python.cc
dns_la_SOURCES
=
dns.h
dns.cc dns_requestacl_python.h dns_requestacl_python.cc
dns_la_SOURCES
+=
dns_requestcontext_python.h dns_requestcontext_python.cc
dns_la_CPPFLAGS
=
$(AM_CPPFLAGS)
$(PYTHON_INCLUDES)
dns_la_LDFLAGS
=
$(PYTHON_LDFLAGS)
...
...
src/lib/util/python/wrapper_template.cc
View file @
fd2daaa2
...
...
@@ -210,7 +210,7 @@ namespace python {
// Most of the functions are not actually implemented and NULL here.
PyTypeObject
@
cppclass
@
_type
=
{
PyVarObject_HEAD_INIT
(
NULL
,
0
)
"
pydnspp
.@CPPCLASS@"
,
"
@MODULE@
.@CPPCLASS@"
,
sizeof
(
s_
@
CPPCLASS
@
),
// tp_basicsize
0
,
// tp_itemsize
reinterpret_cast
<
destructor
>
(
@
CPPCLASS
@
_destroy
),
// tp_dealloc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment