X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=840406af2176749e9321b5fbf1a614ae1fbfaef3;hb=refs%2Fheads%2Ftizen_5.0;hp=c99188ac611174830368b5495dbc5aa58202d9fb;hpb=237eeeea51c27c97454273ab16b437e1bec10d14;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/Makefile.am b/Makefile.am index c99188a..840406a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,9 @@ -SUBDIRS = . include src + +if HAVE_HALTESTS +SUBDIRS = . include protocol common src backends client tools haltests +else +SUBDIRS = . include protocol common src backends client tools +endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libtdm.pc