From d935b195a2246fa24d35df7c6fc354ae628a6777 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 10 Jan 2013 15:51:33 +0100 Subject: Added attributes to nodes as well as messages for manipulating and transporting them. Switched debug interface to hugin. --- src/Makefile.am | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c256f54..996849e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,16 +1,16 @@ SUBDIRS = -bin_PROGRAMS = muniad muniacli +bin_PROGRAMS = muniad +# muniacli muniad_LDADD = $(LIBWEBSOCKETS_LIBS) $(EXPAT_LIBS) -muniad_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS) $(EXPAT_CFLAGS) -I/usr/local/include +muniad_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS) $(EXPAT_CFLAGS) -I../hugin \ + -I/usr/local/include muniad_SOURCES = \ muniad.cc \ connectionhandler.cc \ - debug.cc \ - log.cc \ http.cc \ messagehandler.cc \ messageparser.cc \ @@ -21,20 +21,19 @@ muniad_SOURCES = \ tasktree.cc \ testclient.cc \ xml_encode_decode.cc \ - xmlparser.cc + xmlparser.cc \ + ../hugin/hugin.c -muniacli_LDADD = $(LIBWEBSOCKETS_LIBS) - -muniacli_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS) - -muniacli_SOURCES = \ - messageparser.cc \ - muniacli.cc +#muniacli_LDADD = $(LIBWEBSOCKETS_LIBS) +# +#muniacli_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS) +# +#muniacli_SOURCES = \ +# messageparser.cc \ +# muniacli.cc EXTRA_DIST = \ - debug.h \ connectionhandler.h \ - log.h \ http.h \ message.h \ messageparser.h \ @@ -46,7 +45,8 @@ EXTRA_DIST = \ tasktree.h \ testclient.h \ xml_encode_decode.h \ - xmlparser.h + xmlparser.h \ + ../hugin/hugin.h ################ # Test Section # -- cgit v1.2.3