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