Propagate "make clean" target in gtk2 subdirectory.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1497 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-11-27 00:31:54 +00:00
parent 6063d1b43e
commit 1b72106844
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ CFLAGS := -O2 @MODULE_CPPFLAGS@ @INLINE_FLAGS@
LDFLAGS:= -L.. -lyate
INCFILES := @top_srcdir@/yatengine.h @top_srcdir@/yatephone.h ../yateversn.h
SUBDIRS :=
SUBDIRS := gtk2
MKDEPS := ../config.status
PROGS :=
LIBS :=

View File

@ -25,7 +25,7 @@ exec_prefix = @exec_prefix@
# include optional local make rules
-include YateLocal.mak
.PHONY: all debug ddebug xdebug clean
.PHONY: all debug ddebug xdebug clean install uninstall
all: $(PROJECT)
debug: