You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
626 B
21 lines
626 B
# FRAME libkwin???
|
|
lib_LTLIBRARIES = libkdecorations.la
|
|
|
|
libkdecorations_la_SOURCES = kdecoration.cpp kdecoration_p.cpp kdecoration_plugins_p.cpp \
|
|
kdecorationfactory.cpp kcommondecoration.cpp
|
|
libkdecorations_la_LIBADD = $(LIB_KDECORE)
|
|
libkdecorations_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
|
|
|
|
# FRAME
|
|
include_HEADERS = kdecoration.h kdecoration_p.h kdecoration_plugins_p.h \
|
|
kdecorationfactory.h kcommondecoration.h
|
|
|
|
INCLUDES = $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
include ../../admin/Doxyfile.am
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_lib.pot
|
|
-rm rc.cpp
|