oops, forgot this. update ! :)
svn path=/trunk/kdebase/kwin/; revision=57269
This commit is contained in:
parent
3e3111fab9
commit
bb9ef699b4
1 changed files with 38 additions and 0 deletions
38
default/Makefile.am
Normal file
38
default/Makefile.am
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue