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.
18 lines
689 B
18 lines
689 B
|
|
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libthemedefault.la
|
|
libthemedefault_la_SOURCES = themelegacy.cpp
|
|
libthemedefault_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
libthemedefault_la_LIBADD = $(LIB_TDEUI) ../libksplashthemes.la
|
|
|
|
kde_module_LTLIBRARIES = ksplashdefault.la
|
|
|
|
ksplashdefault_la_SOURCES = main.cpp
|
|
ksplashdefault_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(KDE_PLUGIN) -module
|
|
ksplashdefault_la_LIBADD = $(LIB_TDEUI) ../libksplashthemes.la libthemedefault.la
|
|
METASOURCES = AUTO
|
|
|
|
servicesdir = $(kde_servicesdir)
|
|
services_DATA = ksplashdefault.desktop
|