summaryrefslogtreecommitdiffstats
path: root/knetwortdeconf/backends/configure.in.in
blob: 1d867c142b5d967cbc5d4398d4391993dab15be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dnl ==============================================================
dnl Set SCRIPTS_DIR, FILES_DIR & LOCALE_DIR
dnl ==============================================================
KDE_EXPAND_MAKEVAR(KDE_DATADIR, kde_datadir)
scriptsdir="$KDE_DATADIR/knetwortdeconf/backends"

AC_SUBST(scriptsdir)

dnl ==============================================================
dnl END: Set SCRIPTS_DIR, FILES_DIR & LOCALE_DIR
dnl ==============================================================

dnl Keep the comment on the line below, it works that way.
dnl AC_OUTPUT(knetwortdeconf/backends/system-tools-backends.pc knetwortdeconf/backends/network-conf knetwortdeconf/backends/debug.pl knetwortdeconf/backends/file.pl knetwortdeconf/backends/general.pl knetwortdeconf/backends/network.pl knetwortdeconf/backends/parse.pl knetwortdeconf/backends/platform.pl knetwortdeconf/backends/process.pl knetwortdeconf/backends/replace.pl knetwortdeconf/backends/report.pl knetwortdeconf/backends/service-list.pl knetwortdeconf/backends/service.pl knetwortdeconf/backends/util.pl knetwortdeconf/backends/xml.pl)
echo "Backend configured."