you might need this if you want to build things
svn path=/trunk/kdebase/kwin/; revision=57039
This commit is contained in:
parent
bad229a6ee
commit
e482a7d092
1 changed files with 43 additions and 0 deletions
43
clients/kde/Makefile.am
Normal file
43
clients/kde/Makefile.am
Normal file
|
@ -0,0 +1,43 @@
|
|||
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_LIBADD = ../../kwin.la
|
||||
libkwindefault_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
||||
|
||||
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
|
||||
|
||||
lnkdir = $(kde_datadir)/kwin/
|
||||
lnk_DATA = kde.desktop
|
||||
|
||||
EXTRA_DIST = $(lnk_DATA)
|
||||
|
||||
|
Loading…
Reference in a new issue