Fix build issues related to the autotools conversion

This commit is contained in:
Rob Crittenden
2007-10-18 22:03:54 -04:00
parent 875940ddd3
commit d28b759e00
4 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ app_PYTHON = \
__init__.py \ __init__.py \
group.py \ group.py \
user.py \ user.py \
delegate.py \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \

View File

@@ -6,6 +6,7 @@ app_PYTHON = \
group.py \ group.py \
ipacontroller.py \ ipacontroller.py \
user.py \ user.py \
delegation.py \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \

View File

@@ -6,6 +6,12 @@ app_PYTHON = \
$(NULL) $(NULL)
app_DATA = \ app_DATA = \
delegateedit.kid \
delegateform.kid \
delegategroupsearch.kid \
delegatelayout.kid \
delegatelist.kid \
delegatenew.kid \
dynamiceditsearch.kid \ dynamiceditsearch.kid \
groupeditform.kid \ groupeditform.kid \
groupedit.kid \ groupedit.kid \

View File

@@ -26,6 +26,7 @@ libipa_pwd_extop_la_SOURCES = \
libipa_pwd_extop_la_LDFLAGS = -avoid-version libipa_pwd_extop_la_LDFLAGS = -avoid-version
libipa_pwd_extop_la_LIBADD = \ libipa_pwd_extop_la_LIBADD = \
$(KRB5_LIBS) \
$(MOZLDAP_LIBS) \ $(MOZLDAP_LIBS) \
$(NULL) $(NULL)