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.
9 lines
359 B
9 lines
359 B
INCLUDES = -I$(top_srcdir)/interfaces $(all_includes)
|
|
METASOURCES = AUTO
|
|
kdevdesignerdir = $(kde_moduledir)/plugins/kdevdesigner
|
|
kdevdesigner_LTLIBRARIES = libkdevdesigner_lang.la
|
|
libkdevdesigner_lang_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
|
|
libkdevdesigner_lang_la_SOURCES = languageinterfaceimpl.cpp
|
|
libkdevdesigner_lang_la_LIBADD = $(LIB_TQT)
|
|
|