summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-23 19:40:35 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-28 11:45:50 -0500
commit3fa14f7d0efd20967b8b144a31ea677f9035001f (patch)
tree5aa67c0dd430e9a7efbfa60a965c633d497910d1
parent4607cec504483f608deea62008d12544a18723fc (diff)
config: rstartd.real does not require linking to any library
It depends on xproto which does not provide libraries. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 05d1233..35c3789 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,8 +28,6 @@ AM_CFLAGS = \
-DSERVERNAME=\"rstart\" \
-DDEFAULT_CONFIG=\"$(rstartdir)/config\"
-rstartd_real_LDADD = $(RSTART_LIBS)
-
rstartd_real_SOURCES = \
auth.c \
server.c \