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.
50 lines
1.3 KiB
50 lines
1.3 KiB
INCLUDES = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
lib_LTLIBRARIES = libkresources.la
|
|
|
|
libkresources_la_SOURCES = resource.cpp \
|
|
factory.cpp \
|
|
manageriface.skel \
|
|
manageriface.stub \
|
|
managerimpl.cpp \
|
|
configwidget.cpp \
|
|
configdialog.cpp \
|
|
selectdialog.cpp \
|
|
configpage.cpp
|
|
|
|
libkresources_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
|
|
libkresources_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE)
|
|
|
|
kresincludedir = $(includedir)/kresources
|
|
kresinclude_HEADERS = resource.h \
|
|
configwidget.h \
|
|
factory.h \
|
|
manageriface.h \
|
|
managerimpl.h \
|
|
manager.h \
|
|
selectdialog.h \
|
|
configdialog.h \
|
|
configpage.h
|
|
|
|
kde_module_LTLIBRARIES = kcm_kresources.la
|
|
|
|
kcm_kresources_la_SOURCES = kcmkresources.cpp
|
|
kcm_kresources_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
kcm_kresources_la_LIBADD = libkresources.la $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE)
|
|
|
|
|
|
check_PROGRAMS = testresources
|
|
|
|
testresources_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
testresources_LDADD = libkresources.la
|
|
testresources_SOURCES = testresources.cpp
|
|
|
|
xdg_apps_DATA = kresources.desktop
|
|
|
|
servicetypedir = $(kde_servicetypesdir)
|
|
servicetype_DATA = kresources_plugin.desktop kresources_manager.desktop
|
|
|
|
include ../admin/Doxyfile.am
|