Rules for udpterm compiling added
authorophelie@romuald.burv.ldcom.ad
Fri Sep 05 11:17:12 2008 +0200 (4 months ago)
changeset 1762639e6da9f1
parent 1619b681e56c37
child 180cb3c5087132
Rules for udpterm compiling added
src/Makefile.am
--- a/src/Makefile.am Thu Jul 24 16:43:54 2008 +0200
+++ b/src/Makefile.am Fri Sep 05 11:17:12 2008 +0200
@@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in
-sbin_PROGRAMS = terminald router terminal_hdw_version ez9GetUserProperty ez9GetListUsers ez9ChangeUserProperty ez9DeleteUser ez9CreateUser ez9ChangePassword
+sbin_PROGRAMS = terminald router udpterm terminal_hdw_version ez9GetUserProperty ez9GetListUsers ez9ChangeUserProperty ez9DeleteUser ez9CreateUser ez9ChangePassword
AM_CPPFLAGS = -DTOOLSDIR=\"$(_toolsdir)\" -DLOCALEDIR=\"$(localedir)\"
@@ -25,6 +25,12 @@ router_SOURCES = \
router_CFLAGS = $(GLIB_CFLAGS)
router_LDADD = $(GLIB_LIBS)
+
+udpterm_SOURCES = \
+ udpterm.c
+
+udpterm_CFLAGS = $(GLIB_CFLAGS)
+udpterm_LDADD = $(GLIB_LIBS)
terminal_hdw_version_SOURCES = \
terminal_hdw_version.c