From c400d4ded9aaac7c72520523ea3a20e5cb68ae7a Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 10 Jun 2009 10:33:17 +0200 Subject: added tui --- configure.ac | 1 + src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb016817..e8430a44 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,7 @@ AC_CONFIG_FILES([ src/Hooks/Makefile src/Applet/Makefile src/Gui/Makefile + src/TUI/Makefile ]) AC_OUTPUT \ No newline at end of file diff --git a/src/Makefile.am b/src/Makefile.am index 00269758..0077ea7c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1 +1 @@ -SUBDIRS = Hooks Daemon Applet Gui \ No newline at end of file +SUBDIRS = Hooks Daemon Applet Gui TUI \ No newline at end of file -- cgit