[pisa-src] r1161 - in trunk: community-operator/Makefile.am pairing/Makefile.am pisacd/Makefile.am pisand/Makefile.am pisasd/Makefile.am

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Oct 2009 13:56:16 +0200

Author: biurrun
Date: Thu Oct 15 13:56:16 2009
New Revision: 1161

Log:
Remove obscure and pointless install directory settings.

Modified:
   trunk/community-operator/Makefile.am
   trunk/pairing/Makefile.am
   trunk/pisacd/Makefile.am
   trunk/pisand/Makefile.am
   trunk/pisasd/Makefile.am

Modified: trunk/community-operator/Makefile.am
==============================================================================
--- trunk/community-operator/Makefile.am        Thu Oct 15 13:54:30 2009        
(r1160)
+++ trunk/community-operator/Makefile.am        Thu Oct 15 13:56:16 2009        
(r1161)
@@ -5,9 +5,6 @@
 
 bin_PROGRAMS = co_server co_client
 
-co_serverdir = .
-co_clientdir = .
-
 LDFLAGS += -lpisa -lm
 
 if PISA_WITH_HIPL

Modified: trunk/pairing/Makefile.am
==============================================================================
--- trunk/pairing/Makefile.am   Thu Oct 15 13:54:30 2009        (r1160)
+++ trunk/pairing/Makefile.am   Thu Oct 15 13:56:16 2009        (r1161)
@@ -8,11 +8,6 @@
 accept_CFLAGS = -DACCEPT
 bin_PROGRAMS = send accept passgen management
 
-senddir = .
-acceptdir = .
-passgendir = .
-managementdir = .
-
 include_HEADERS = common_headers.h send.h common.h packet_handler.h hash.h 
libconfig_wrapper.h packet_handler_send.h create_send_headers.h
 include_HEADERS += hash.h accept.h common_headers.h packet_handler.h 
libconfig_wrapper.h common.h packet_handler_accept.h create_accept_headers.h
 include_HEADERS += hash.h management.h 

Modified: trunk/pisacd/Makefile.am
==============================================================================
--- trunk/pisacd/Makefile.am    Thu Oct 15 13:54:30 2009        (r1160)
+++ trunk/pisacd/Makefile.am    Thu Oct 15 13:56:16 2009        (r1161)
@@ -11,8 +11,6 @@
 EXTRA_DIST = pisacd.conf
 sysconf_DATA = pisacd.conf
 
-pisacddir = .
-
 LDFLAGS = @LDFLAGS@ -lpisa -lconfig -lm
 
 pisacd_SOURCES = cdmain.c cdconf.c cdconmgr.c cdctx.c cdderegister.c \

Modified: trunk/pisand/Makefile.am
==============================================================================
--- trunk/pisand/Makefile.am    Thu Oct 15 13:54:30 2009        (r1160)
+++ trunk/pisand/Makefile.am    Thu Oct 15 13:56:16 2009        (r1161)
@@ -10,8 +10,6 @@
 EXTRA_DIST = pisand.conf
 sysconf_DATA = pisand.conf
 
-pisanddir = .
-
 LDFLAGS += -lpisa -lconfig -lm
 
 pisand_SOURCES = ndmain.c ndconf.c ndconmgr.c ndctx.c ndmsg.c neighbor.c

Modified: trunk/pisasd/Makefile.am
==============================================================================
--- trunk/pisasd/Makefile.am    Thu Oct 15 13:54:30 2009        (r1160)
+++ trunk/pisasd/Makefile.am    Thu Oct 15 13:56:16 2009        (r1161)
@@ -11,9 +11,6 @@
 EXTRA_DIST = pisasd.conf authorized_hosts.conf users.conf
 sysconf_DATA = pisasd.conf authorized_hosts.conf users.conf
 
-pisasddir = .
-pisaconfdir = .
-
 LDFLAGS += -lpisa -lconfig -lm
 
 pisasd_SOURCES = sdmain.c sdclients.c sdconf.c sdctx.c sdderegister.c \

Other related posts:

  • » [pisa-src] r1161 - in trunk: community-operator/Makefile.am pairing/Makefile.am pisacd/Makefile.am pisand/Makefile.am pisasd/Makefile.am - Diego Biurrun