First tlm release
[platform/core/system/tlm.git] / src / plugins / Makefile.am
1 SUBDIRS =. default
2
3 all-local: createlibs
4
5 createlibs:
6         $(MKDIR_P) .libs
7
8 if HAVE_LIBGUM
9     SUBDIRS += gumd
10 endif
11
12 if HAVE_LIBTLM_NFC
13     SUBDIRS += nfc
14 endif