aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2/comp-mgr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox2/comp-mgr/Makefile.am')
-rw-r--r--matchbox2/comp-mgr/Makefile.am31
1 files changed, 0 insertions, 31 deletions
diff --git a/matchbox2/comp-mgr/Makefile.am b/matchbox2/comp-mgr/Makefile.am
deleted file mode 100644
index 89e0019..0000000
--- a/matchbox2/comp-mgr/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-
-core_h = mb-wm-comp-mgr.h
-core_c = mb-wm-comp-mgr.c
-
-if COMP_MGR_BACKEND
-if ENABLE_CLUTTER_COMPOSITE_MANAGER
-clutter_h = mb-wm-comp-clutter.h \
- tidy/tidy-texture-frame.h \
- $(NULL)
-
-clutter_c = mb-wm-comp-mgr-clutter.c \
- tidy/tidy-texture-frame.c \
- $(NULL)
-else
-xrender_h = mb-wm-comp-mgr-xrender.h
-xrender_c = mb-wm-comp-mgr-xrender.c
-endif
-endif
-
-pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/comp-mgr
-
-pkginclude_HEADERS = mb-wm-comp-mgr-clutter.h mb-wm-comp-mgr.h mb-wm-comp-mgr-xrender.h
-
-noinst_LTLIBRARIES = libmatchbox-window-manager-2-compmgr.la
-libmatchbox_window_manager_2_compmgr_la_SOURCES = $(core_h) $(core_c) \
- $(xrender_h) $(xrender_c) \
- $(clutter_h) $(clutter_c)
-libmatchbox_window_manager_2_compmgr_la_CFLAGS = $(MBWM_INCS) $(MBWM_CFLAGS)
-
-MAINTAINERCLEANFILES = Makefile.in
-