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.
37 lines
1.1 KiB
37 lines
1.1 KiB
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = twin_mallory_config.la
|
|
|
|
twin_mallory_config_la_SOURCES = malloryconfig.cpp configdialog.ui
|
|
twin_mallory_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
twin_mallory_config_la_LIBADD = $(LIB_TDEUI)
|
|
|
|
METASOURCES = AUTO
|
|
# noinst_HEADERS = malloryconfig.h configdialog.h
|
|
noinst_HEADERS = malloryconfig.h
|
|
DISTCLEANFILES = $(METASOURCES)
|
|
|
|
lnkdir = $(kde_datadir)/twin
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/twin_mallory_config.pot
|
|
|
|
# AUTOMAKE_OPTIONS = foreign
|
|
#
|
|
# KDE_CXXFLAGS = -DQT_PLUGIN
|
|
#
|
|
# INCLUDES = $(all_includes)
|
|
#
|
|
# noinst_HEADERS = malloryconfig.h configdialog.h
|
|
#
|
|
# kde_module_LTLIBRARIES = twin_mallory_config.la
|
|
# twin_mallory_config_la_SOURCES = malloryconfig.cpp configdialog.ui
|
|
# twin_mallory_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
# twin_mallory_config_la_LIBADD = $(LIB_TDEUI)
|
|
# twin_mallory_config_la_METASOURCES = AUTO
|
|
#
|
|
# DISTCLEANFILES = $(twin_mallory_la_METASOURCES)
|
|
#
|
|
# messages:
|
|
# $(XGETTEXT) *.cpp -o $(podir)/twin_mallory_config.pot
|