fix building ecore without X

SVN revision: 35215
This commit is contained in:
Michael Lauer 2008-07-25 11:42:02 +00:00
parent 038fd1f7be
commit 2bbdd8f3d2
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = xlib xcb
if BUILD_ECORE_X
SUBDIRS = xlib xcb
if BUILD_ECORE_X_XCB
DEP = xcb/libecore_x_xcb.la
else