aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2/core/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox2/core/Makefile.am')
-rw-r--r--matchbox2/core/Makefile.am48
1 files changed, 0 insertions, 48 deletions
diff --git a/matchbox2/core/Makefile.am b/matchbox2/core/Makefile.am
deleted file mode 100644
index c356a0b..0000000
--- a/matchbox2/core/Makefile.am
+++ /dev/null
@@ -1,48 +0,0 @@
-
-core_h = mb-wm.h \
- mb-wm-macros.h \
- mb-wm-debug.h \
- mb-wm-object.h \
- mb-wm-object-props.h \
- mb-wm-client.h \
- mb-wm-client-base.h \
- mb-wm-client-window.h \
- mb-wm-root-window.h \
- mb-wm-stack.h \
- mb-wm-util.h \
- mb-wm-types.h \
- mb-wm-atoms.h \
- mb-wm-layout.h \
- mb-wm-props.h \
- mb-wm-keys.h \
- mb-wm-decor.h \
- mb-window-manager.h \
- mb-wm-main-context.h \
- xas.h
-
-core_c = mb-wm-object.c \
- mb-wm-debug.c \
- mb-wm-client.c \
- mb-wm-client-base.c \
- mb-wm-client-window.c \
- mb-wm-root-window.c \
- mb-wm-stack.c \
- mb-wm-props.c \
- mb-wm-util.c \
- mb-wm-atoms.c \
- mb-wm-layout.c \
- mb-wm-keys.c \
- mb-wm-decor.c \
- mb-window-manager.c \
- mb-wm-main-context.c \
- xas.c
-
-pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/core
-
-pkginclude_HEADERS = $(core_h)
-
-noinst_LTLIBRARIES = libmatchbox-window-manager-2-core.la
-libmatchbox_window_manager_2_core_la_SOURCES = $(core_h) $(core_c)
-libmatchbox_window_manager_2_core_la_CFLAGS = $(MBWM_INCS) $(MBWM_CFLAGS)
-
-MAINTAINERCLEANFILES = Makefile.in