From fd7f3549ac7ea1131a8567f4a10b44f0f933779e Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 20 Aug 1999 14:44:38 +0000 Subject: [PATCH] - now it even compiles :-) (I like the BeOS-Style..) svn path=/trunk/kdebase/kwin/; revision=27900 --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile.am diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000000..95ec9724c5 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ + +INCLUDES = $(all_includes) +LDFLAGS = $(all_libraries) $(KDE_RPATH) + +bin_PROGRAMS = kwin + +kwin_SOURCES = atoms.cpp beclient.cpp client.cpp main.cpp stdclient.cpp workspace.cpp tabbox.cpp + +kwin_LDADD = $(LIB_KDECORE) + +METASOURCES = AUTO \ No newline at end of file