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.
13 lines
465 B
13 lines
465 B
INCLUDES = $(all_includes)
|
|
|
|
noinst_HEADERS = phasestyleconfig.h
|
|
|
|
kde_module_LTLIBRARIES = kstyle_phase_config.la
|
|
kstyle_phase_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
|
|
kstyle_phase_config_la_LIBADD = $(LIB_TDEUI)
|
|
kstyle_phase_config_la_SOURCES = phasestyleconfig.cpp styledialog.ui
|
|
kstyle_phase_config_la_METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/kstyle_phase_config.pot
|