Renamed silc_server_get_client_resolve to silc_server_query_client,
[silc.git] / apps / silcd / Makefile.am
index f8d3246c609ec3fc4863dbe2583066cc482f9607..f0c3d8fe7b3480a00226ff2b58887f3910ccaa17 100644 (file)
@@ -23,20 +23,25 @@ sbin_PROGRAMS = silcd
 silcd_SOURCES = \
        protocol.c \
        route.c \
-       server.c \
        packet_send.c \
        packet_receive.c \
        idlist.c \
        command.c \
        command_reply.c \
+       silcd.c \
+       server.c \
+       server_util.c \
+       server_backup.c \
        serverconfig.c \
+       server_query.c \
        serverid.c \
-       silcd.c \
        server_version.c
+
 silcd_DEPENDENCIES = ../lib/libsilc.a
 
-LDADD = -L. $(SILC_COMMON_LIBS)
+LIBS = $(SILC_COMMON_LIBS)
+LDADD =
 
 EXTRA_DIST = *.h
 
-include $(top_srcdir)/Makefile.defines
+include $(top_srcdir)/Makefile.defines.in