diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-07-20 13:57:28 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-07-20 14:29:43 -0400 |
commit | a4aa051dbf8dd6087307186bb86d0f30154a29b3 (patch) | |
tree | 32a6ef2d8abc8af1e2974029bdddc321e15d571b /common/elapi | |
parent | d7114d0651c679fb3a9095997117630b5aee9777 (diff) | |
download | sssd-a4aa051dbf8dd6087307186bb86d0f30154a29b3.tar.gz sssd-a4aa051dbf8dd6087307186bb86d0f30154a29b3.tar.xz sssd-a4aa051dbf8dd6087307186bb86d0f30154a29b3.zip |
Fix typo in elapi's Makefile.am that breaks 'make dist'
Diffstat (limited to 'common/elapi')
-rw-r--r-- | common/elapi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/elapi/Makefile.am b/common/elapi/Makefile.am index 0698a8944..49c9b5183 100644 --- a/common/elapi/Makefile.am +++ b/common/elapi/Makefile.am @@ -22,7 +22,7 @@ noinst_LTLIBRARIES = libelapi.la libelapi_la_SOURCES = \ elapi_event.c \ elapi_event.h \ - elapi_event_priv.h \ + elapi_priv.h \ elapi.h # Build unit test |