mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
Fix build issues related to the autotools conversion
This commit is contained in:
parent
875940ddd3
commit
d28b759e00
@ -5,6 +5,7 @@ app_PYTHON = \
|
||||
__init__.py \
|
||||
group.py \
|
||||
user.py \
|
||||
delegate.py \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -6,6 +6,7 @@ app_PYTHON = \
|
||||
group.py \
|
||||
ipacontroller.py \
|
||||
user.py \
|
||||
delegation.py \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -6,6 +6,12 @@ app_PYTHON = \
|
||||
$(NULL)
|
||||
|
||||
app_DATA = \
|
||||
delegateedit.kid \
|
||||
delegateform.kid \
|
||||
delegategroupsearch.kid \
|
||||
delegatelayout.kid \
|
||||
delegatelist.kid \
|
||||
delegatenew.kid \
|
||||
dynamiceditsearch.kid \
|
||||
groupeditform.kid \
|
||||
groupedit.kid \
|
||||
|
@ -26,6 +26,7 @@ libipa_pwd_extop_la_SOURCES = \
|
||||
libipa_pwd_extop_la_LDFLAGS = -avoid-version
|
||||
|
||||
libipa_pwd_extop_la_LIBADD = \
|
||||
$(KRB5_LIBS) \
|
||||
$(MOZLDAP_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user