diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-21 01:03:55 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-21 01:03:55 +0000 |
commit | 545e564b0a2a2deea6bd38a16a4ded8786f08d88 (patch) | |
tree | 7ee087100e98aefa2989659dbdd1a8fb1ce9354f /kdesktop/Makefile.am | |
parent | bbd03fed65167a8e8f975833a6c9e07cde640444 (diff) | |
download | tdebase-545e564b0a2a2deea6bd38a16a4ded8786f08d88.tar.gz tdebase-545e564b0a2a2deea6bd38a16a4ded8786f08d88.zip |
Added ability to prompt for creation and location of XDG Documents directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177716 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdesktop/Makefile.am')
-rw-r--r-- | kdesktop/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kdesktop/Makefile.am b/kdesktop/Makefile.am index fecd9e9c4..cf31fce0a 100644 --- a/kdesktop/Makefile.am +++ b/kdesktop/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = . lock pics patterns programs init kwebdesktop ####### Files -bin_PROGRAMS = kcheckrunning +bin_PROGRAMS = kcheckrunning kxdglauncher lib_LTLIBRARIES = kdeinit_LTLIBRARIES = kdesktop.la noinst_LTLIBRARIES = libkdesktopsettings.la @@ -31,12 +31,16 @@ include_HEADERS = KDesktopIface.h KScreensaverIface.h KBackgroundIface.h noinst_HEADERS = desktop.h bgmanager.h krootwm.h \ xautolock.h lockeng.h init.h minicli.h \ pixmapserver.h startupid.h xautolock_c.h \ - kdesktopapp.h + kdesktopapp.h kxdglauncher.h kcheckrunning_SOURCES = kcheckrunning.cpp kcheckrunning_LDFLAGS = $(all_libraries) kcheckrunning_LDADD = $(LIB_X11) +kxdglauncher_SOURCES = kxdglauncher.cpp +kxdglauncher_LDFLAGS = $(all_libraries) +kxdglauncher_LDADD = $(LIB_KUTILS) + METASOURCES = AUTO ####### Build rules |