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.
16 lines
446 B
16 lines
446 B
|
|
INCLUDES= $(all_includes)
|
|
LDADD = $(LIB_KHTML)
|
|
|
|
bin_PROGRAMS = kwebdesktop
|
|
|
|
METASOURCES = AUTO
|
|
|
|
kwebdesktop_SOURCES = kwebdesktop.cpp kwebdesktopsettings.kcfgc
|
|
kwebdesktop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
|
|
kdesktop_kwebdesktop_data_DATA = kwebdesktop.desktop
|
|
kdesktop_kwebdesktop_datadir = $(kde_datadir)/kdesktop/programs
|
|
|
|
kde_kcfg_DATA = kwebdesktop.kcfg
|