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)
|
|
|
|
|
|
|
|
stylercdir = $(kde_datadir)/tdestyle/themes
|
|
|
|
stylerc_DATA = lipstik.themerc
|
|
|
|
|
|
|
|
colorshemedir = $(kde_datadir)/tdedisplay/color-schemes
|
|
|
|
colorsheme_DATA = lipstikstandard.kcsrc lipstikwhite.kcsrc lipstiknoble.kcsrc
|
|
|
|
|
|
|
|
EXTRA_DIST = $(stylerc_DATA)
|
|
|
|
|
|
|
|
noinst_HEADERS = lipstik.h misc.h
|
|
|
|
|
|
|
|
kde_style_LTLIBRARIES = lipstik.la
|
|
|
|
lipstik_la_SOURCES = lipstik.cpp misc.cpp
|
|
|
|
lipstik_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(KDE_PLUGIN) -module
|
|
|
|
lipstik_la_LIBADD = -ltdefx
|
|
|
|
lipstik_la_METASOURCES = AUTO
|
|
|
|
|
|
|
|
DISTCLEANFILES = $(lipstik_la_METASOURCES)
|