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.
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
|
|
|
SUBDIRS = config
|
|
|
|
|
|
|
|
KDE_CXXFLAGS = -DQT_PLUGIN
|
|
|
|
|
|
|
|
INCLUDES = $(all_includes) -I$(kde_includes)/twin
|
|
|
|
|
|
|
|
twindir = $(kde_datadir)/twin/
|
|
|
|
twin_DATA = deKorator.desktop
|
|
|
|
|
|
|
|
noinst_HEADERS = deKoratorclient.h shadow.h
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = twin3_deKorator.la
|
|
|
|
twin3_deKorator_la_SOURCES = deKoratorclient.cc shadow.cpp
|
|
|
|
twin3_deKorator_la_LIBADD = $(kde_libraries)/libtdecorations.la
|
|
|
|
twin3_deKorator_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -ltdecore
|
|
|
|
twin3_deKorator_la_METASOURCES = AUTO
|
|
|
|
|
|
|
|
DISTCLEANFILES = $(twin3_deKorator_la_METASOURCES)
|
|
|
|
|
|
|
|
messages:
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/twin_deKorator.po
|