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.
22 lines
659 B
22 lines
659 B
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = config
|
|
|
|
KDE_CXXFLAGS = -DQT_PLUGIN
|
|
|
|
INCLUDES = $(all_includes) -I$(kde_includes)/kwin
|
|
|
|
kwindir = $(kde_datadir)/kwin/
|
|
kwin_DATA = mallory.desktop
|
|
|
|
noinst_HEADERS = embeddata.h malloryclient.h malloryhandler.h mallorybutton.h enums.h pixmaps.h
|
|
|
|
kde_module_LTLIBRARIES = kwin3_mallory.la
|
|
|
|
kwin3_mallory_la_LIBADD = $(LIB_KDEUI) $(kde_libraries)/libkdecorations.la
|
|
kwin3_mallory_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kwin3_mallory_la_METASOURCES = AUTO
|
|
|
|
DISTCLEANFILES = $(kwin_mallory_la_METASOURCES)
|
|
kwin3_mallory_la_SOURCES = malloryclient.cpp malloryhandler.cpp mallorybutton.cpp pixmaps.cpp embeddata.cpp
|