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 | 2addf4c09829a6df40ed2a7f0c9707dd41f56ec3 (patch) | |
tree | 0b29dec45cd4f5a652cbe75facfc0f6300c64c3e | |
parent | 407d6c9c673af8c1cd19b97e2530d004ccb18213 (diff) | |
download | ding-libs-2addf4c09829a6df40ed2a7f0c9707dd41f56ec3.tar.gz ding-libs-2addf4c09829a6df40ed2a7f0c9707dd41f56ec3.tar.xz ding-libs-2addf4c09829a6df40ed2a7f0c9707dd41f56ec3.zip |
Fix typo in elapi's Makefile.am that breaks 'make dist'
-rw-r--r-- | elapi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elapi/Makefile.am b/elapi/Makefile.am index 0698a89..49c9b51 100644 --- a/elapi/Makefile.am +++ b/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 |