From 24f2228ab377b2822adb0d8c02198943791d4fcf Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 13 Sep 2011 11:21:24 -0500 Subject: Putting the offscreen proxy in EXTRA_DIST if we're building GTK2 version --- src/Makefile.am | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 99965fd..ac34bf4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,15 +22,19 @@ sources_h = \ idotimeline.h \ libido.h -if USE_GTK3 -sources_h += idooffscreenproxy.h -endif - EXTRA_DIST = \ ido.list \ idotypebuiltins.h.template \ idotypebuiltins.c.template + +if USE_GTK3 +sources_h += idooffscreenproxy.h +else +EXTRA_DIST += idooffscreenproxy.h \ + idooffscreenproxy.c +endif + idotypebuiltins.h: stamp-idotypebuiltins.h stamp-idotypebuiltins.h: $(sources_h) -- cgit v1.2.3