From bb9ef699b46e7b7e4d9edda373200313a7642285 Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Sun, 16 Jul 2000 12:25:51 +0000 Subject: [PATCH] oops, forgot this. update ! :) svn path=/trunk/kdebase/kwin/; revision=57269 --- default/Makefile.am | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 default/Makefile.am diff --git a/default/Makefile.am b/default/Makefile.am new file mode 100644 index 0000000000..305352d719 --- /dev/null +++ b/default/Makefile.am @@ -0,0 +1,38 @@ +INCLUDES = $(all_includes) + +lib_LTLIBRARIES = libkwindefault.la + +libkwindefault_la_SOURCES = \ +Button.cpp \ +CloseButton.cpp \ +DBWidget.cpp \ +IconifyButton.cpp \ +StickyButton.cpp \ +Manager.cpp \ +MaximiseButton.cpp \ +ResizeBar.cpp \ +ResizeMid.cpp \ +ResizeSide.cpp \ +TitleBar.cpp \ +TitleText.cpp \ +Static.cpp + +libkwindefault_la_LDFLAGS = $(all_libraries) + +libkwindefault_la_METASOURCES = AUTO + +noinst_HEADERS = \ +Button.h \ +CloseButton.h \ +DBWidget.h \ +IconifyButton.h \ +StickyButton.h \ +Manager.h \ +MaximiseButton.h \ +ResizeBar.h \ +ResizeMid.h \ +ResizeSide.h \ +TitleBar.h \ +TitleText.h \ +Static.h +