summaryrefslogtreecommitdiff
path: root/aoview/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-05-17 00:13:45 -0700
committerKeith Packard <keithp@keithp.com>2009-05-17 00:13:45 -0700
commitbe3f4fed7b863c8cdaabe32b61b65a8b3cd11355 (patch)
treec60a999a6abc8061492b7cdddd141353e8768700 /aoview/Makefile
parent93d7ce8e054515ed7b166eb042ae7f47e564d21d (diff)
Add lots more aoview UI bits
Logs data to files, displays current state in window. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/Makefile')
-rw-r--r--aoview/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/aoview/Makefile b/aoview/Makefile
index bdf7853c..253a160e 100644
--- a/aoview/Makefile
+++ b/aoview/Makefile
@@ -1,4 +1,4 @@
-MODULES=gtk+-2.0 libglade-2.0
+MODULES=gtk+-2.0 libglade-2.0 gconf-2.0
INCLUDES=$(shell pkg-config --cflags $(MODULES)) -I..
WARN= -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing
CFLAGS=$(INCLUDES) -O0 -g $(WARN)
@@ -11,7 +11,10 @@ SRC = \
aoview_serial.c \
aoview_monitor.c \
aoview_state.c \
- aoview_convert.c
+ aoview_convert.c \
+ aoview_log.c \
+ aoview_table.c \
+ aoview_util.c
INC = \
aoview.h