Rename event types for consistency
[platform/core/uifw/libds-tizen.git] / include / meson.build
index f273424..7ce7964 100644 (file)
@@ -1,13 +1,3 @@
-exclude_files = []
-if not features.get('tdm-backend')
-  exclude_files += 'backend/tdm.h'
-endif
-
-if not features.get('tbm-allocator')
-  exclude_files += 'allocator/tbm.h'
-endif
-
-install_subdir('libds',
+install_subdir('libds-tizen',
   install_dir: get_option('includedir'),
-  exclude_files: exclude_files,
 )