You cannot 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
Makefile
22 lines
659 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = config
|
|
|
|
KDE_CXXFLAGS = -DQT_PLUGIN
|
|
|
|
INCLUDES = $(all_includes) -I$(kde_includes)/twin
|
|
|
|
twindir = $(kde_datadir)/twin/
|
|
twin_DATA = mallory.desktop
|
|
|
|
noinst_HEADERS = embeddata.h malloryclient.h malloryhandler.h mallorybutton.h enums.h pixmaps.h
|
|
|
|
kde_module_LTLIBRARIES = twin3_mallory.la
|
|
|
|
twin3_mallory_la_LIBADD = $(LIB_TDEUI) $(kde_libraries)/libtdecorations.la
|
|
twin3_mallory_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
twin3_mallory_la_METASOURCES = AUTO
|
|
|
|
DISTCLEANFILES = $(twin_mallory_la_METASOURCES)
|
|
twin3_mallory_la_SOURCES = malloryclient.cpp malloryhandler.cpp mallorybutton.cpp pixmaps.cpp embeddata.cpp
|