common: remove redundant logs
[platform/core/uifw/libtdm.git] / Makefile.am
1
2 if HAVE_UTEST
3 SUBDIRS = . include protocol common src backends client tools utests
4 else
5 SUBDIRS = . include protocol common src backends client tools
6 endif
7
8 pkgconfigdir = $(libdir)/pkgconfig
9 pkgconfig_DATA = libtdm.pc
10