X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=840406af2176749e9321b5fbf1a614ae1fbfaef3;hb=38e70de1930d700b74e46e8c86c57c6e98e23f12;hp=e8aa5d78be32169448b19d630e1982dc2ae46be2;hpb=9a9d836fb0d090ad6ce39ed002ead2f0c86187ab;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/Makefile.am b/Makefile.am index e8aa5d7..840406a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,9 @@ -SUBDIRS = . include protocol client 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