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.
twin-style-dekorator/client/config/Makefile.am

20 lines
565 B

AUTOMAKE_OPTIONS = foreign
KDE_CXXFLAGS = -DQT_PLUGIN
INCLUDES = $(all_includes)
noinst_HEADERS = deKoratorconfig.h themes.h
kde_module_LTLIBRARIES = kwin_deKorator_config.la
kwin_deKorator_config_la_SOURCES = deKoratorconfig.cc configdialog.ui \
themes.cpp
kwin_deKorator_config_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
kwin_deKorator_config_la_LIBADD = $(LIB_KIO) $(LIB_KDEUI)
kwin_deKorator_config_la_METASOURCES = AUTO
DISTCLEANFILES = $(kwin_deKorator_config_la_METASOURCES)
messages:
$(XGETTEXT) *.cpp -o $(podir)/kwin_deKorator_config.pot