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
567 B

AUTOMAKE_OPTIONS = foreign
KDE_CXXFLAGS = -DQT_PLUGIN
INCLUDES = $(all_includes)
noinst_HEADERS = deKoratorconfig.h themes.h
kde_module_LTLIBRARIES = twin_deKorator_config.la
twin_deKorator_config_la_SOURCES = deKoratorconfig.cc configdialog.ui \
themes.cpp
twin_deKorator_config_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
twin_deKorator_config_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI)
twin_deKorator_config_la_METASOURCES = AUTO
DISTCLEANFILES = $(twin_deKorator_config_la_METASOURCES)
messages:
$(XGETTEXT) *.cpp -o $(podir)/twin_deKorator_config.pot