4b522c51cb
Of course, this will multifold break compile as well as a dozen of people will now object that they actually wanted the Id tags. svn path=/trunk/kdebase/ksysguard/; revision=290873
16 lines
392 B
Makefile
16 lines
392 B
Makefile
|
|
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kwin_modernsys_config.la
|
|
|
|
kwin_modernsys_config_la_SOURCES = config.cpp
|
|
kwin_modernsys_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kwin_modernsys_config_la_LIBADD = $(LIB_KDEUI)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = config.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/kwin_modernsys_config.pot
|