summaryrefslogtreecommitdiffstats
path: root/conf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'conf/Makefile.am')
-rw-r--r--conf/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 789350f..e3ee3b2 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -17,11 +17,7 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
EXTRA_DIST = waproamd.init.in waproamd.conf default.in
-
-if BUILD_WAPROAMD
-
noinst_DATA = waproamd.init waproamd.conf default
-
CLEANFILES = waproamd.init default
waproamd.init: waproamd.init.in Makefile
@@ -42,5 +38,3 @@ uninstall-local:
rmdir ${DESTDIR}/${sysconfdir}/waproamd/keys
rm -f ${DESTDIR}/${sysconfdir}/init.d/waproamd ${DESTDIR}/${sysconfdir}/waproamd/waproamd.conf
rm -f ${DESTDIR}/${sysconfdir}/waproamd/scripts/default
-
-endif