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.
10 lines
314 B
10 lines
314 B
15 years ago
|
INCLUDES=-I$(srcdir)/.. $(all_includes)
|
||
|
noinst_LTLIBRARIES = libksettings.la
|
||
|
|
||
|
libksettings_la_SOURCES = dispatcher.cpp dialog.cpp pluginpage.cpp componentsdialog.cpp
|
||
|
|
||
|
ksettingsincludedir = $(includedir)/ksettings
|
||
|
ksettingsinclude_HEADERS = dispatcher.h dialog.h pluginpage.h componentsdialog.h
|
||
|
|
||
|
METASOURCES = AUTO
|