- zapped autoh*ll from build system. No more pain.
This commit is contained in:
Federico Hernandez
2011-03-04 03:58:55 +01:00
parent dbdba4c59e
commit 4de854a3c3
28 changed files with 28 additions and 1758 deletions

View File

@@ -1,8 +0,0 @@
libtaskui_SHORTNAME = ui
noinst_LIBRARIES = libtaskui.a
libtaskui_a_SOURCES = UI.cpp Layout.cpp Element.cpp Clock.cpp Keys.cpp \
Message.cpp Report.cpp Stats.cpp Title.cpp resize.cpp \
ReportStats.cpp log.cpp \
Clock.h Element.h Keys.h Layout.h Message.h Report.h \
ReportStats.h Stats.h Title.h UI.h log.h
libtaskui_a_CPPFLAGS = -I../util -I..

View File

@@ -33,7 +33,7 @@
#include "log.h"
#include "Layout.h"
#include "i18n.h"
#include "../auto.h"
#include "../cmake.h"
#ifdef HAVE_LIBNCURSES
#include <ncurses.h>