[ease] [build] Fix parallel make in ease-core build



commit d60a84d75d38bb78776595517e8868822e077e71
Author: Nate Stedman <natesm gmail com>
Date:   Sat Nov 6 15:24:24 2010 -0400

    [build] Fix parallel make in ease-core build

 ease-core/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/ease-core/Makefile.am b/ease-core/Makefile.am
index b7df02f..a130e50 100644
--- a/ease-core/Makefile.am
+++ b/ease-core/Makefile.am
@@ -56,6 +56,10 @@ libease_core_ EASE_CORE_VERSION@_la_SOURCES = \
 	sourcelist/source-view.vala \
 	$(NULL)
 
+$(top_srcdir)/vapi/ease- EASE_CORE_VERSION@.vapi: libease-core- EASE_CORE_VERSION@.la
+
+ease-core.h: libease-core- EASE_CORE_VERSION@.la
+
 # compiler flags
 
 # I don't _want_ to --disable-warnings, but the choices appear to be:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]