[Liboil-commit] examples/jit

David Schleef ds at kemper.freedesktop.org
Thu Jan 17 11:29:43 PST 2008


 examples/jit/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a69d69703a542539978ec3b58a767de5d020147
Author: David Schleef <ds at ginger.bigkitten.com>
Date:   Thu Jan 17 11:30:07 2008 -0800

    Add ojprogram.h to makefile

diff --git a/examples/jit/Makefile.am b/examples/jit/Makefile.am
index 3c7dd5b..d1c68ec 100644
--- a/examples/jit/Makefile.am
+++ b/examples/jit/Makefile.am
@@ -6,5 +6,5 @@ noinst_PROGRAMS = jit
 AM_LDFLAGS = $(LIBOIL_LIBS) $(GLIB_LIBS)
 AM_CFLAGS = $(LIBOIL_CFLAGS) $(GLIB_CFLAGS)
 
-jit_SOURCES = jit.c ojprogram.c ojprogram-x86.c
+jit_SOURCES = jit.c ojprogram.c ojprogram-x86.c ojprogram.h
 


More information about the Liboil-commit mailing list