Don't dive into gtk2 subdir if Gtk client is disabled.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1519 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-12-06 14:34:49 +00:00
parent 22462d7d25
commit 4b8fd0c15b
1 changed files with 2 additions and 1 deletions

View File

@ -16,8 +16,8 @@ CFLAGS := -O2 @MODULE_CPPFLAGS@ @INLINE_FLAGS@
LDFLAGS:= -L.. -lyate
INCFILES := @top_srcdir@/yatengine.h @top_srcdir@/yatephone.h ../yateversn.h
SUBDIRS := gtk2
MKDEPS := ../config.status
SUBDIRS :=
PROGS :=
LIBS :=
MENUFILES :=
@ -26,6 +26,7 @@ DESKFILES :=
GTKCLIENT := gtk2/libgtk2client.a
ifneq (@HAVE_GTK2@,no)
SUBDIRS := $(SUBDIRS) gtk2
PROGS := $(PROGS) yate-gtk2
MENUFILES := $(MENUFILES) yate-gtk2.menu
DESKFILES := $(DESKFILES) yate-gtk2.desktop