X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=840406af2176749e9321b5fbf1a614ae1fbfaef3;hb=67b749a49811a43bfec0cfbb1cdd4a631ae44c00;hp=393ba5cf65d8a13a64718c62376bfa36130f5fda;hpb=97937cffcaa22abe11f852c69a76ab3f5b0ec9c8;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/Makefile.am b/Makefile.am index 393ba5c..840406a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,9 @@ -SUBDIRS = . include protocol client src tools + +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