summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-06-10 10:33:17 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-06-10 10:33:17 +0200
commitc400d4ded9aaac7c72520523ea3a20e5cb68ae7a (patch)
treec90349c0594b33fb9e4b72ecf72b1a6d512d1f58
parent17fb6a3a3421c2ec4b6008371470ab63918f44c7 (diff)
downloadabrt-c400d4ded9aaac7c72520523ea3a20e5cb68ae7a.tar.gz
abrt-c400d4ded9aaac7c72520523ea3a20e5cb68ae7a.tar.xz
abrt-c400d4ded9aaac7c72520523ea3a20e5cb68ae7a.zip
added tui
-rw-r--r--configure.ac1
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 1 deletions
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