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 \
group.py \
user.py \
delegate.py \
$(NULL)
EXTRA_DIST = \

View File

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

View File

@ -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 \

View File

@ -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)