From a4aa051dbf8dd6087307186bb86d0f30154a29b3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 20 Jul 2009 13:57:28 -0400 Subject: Fix typo in elapi's Makefile.am that breaks 'make dist' --- common/elapi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit