X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=c6a6d73f99eb2a6fe78bf959d0a203cb4166f00c;hb=ff24c59c2316df5e88162fb202df293873f60c17;hp=c99188ac611174830368b5495dbc5aa58202d9fb;hpb=28a0b0177f7f59b6577592edf538ecb1f978fd40;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/Makefile.am b/Makefile.am index c99188a..c6a6d73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,9 @@ -SUBDIRS = . include src + +if HAVE_UTEST +SUBDIRS = . include protocol common src backends client tools utests +else +SUBDIRS = . include protocol common src backends client tools +endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libtdm.pc