X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=aoview%2FMakefile;h=253a160ed89dd40158313a269cd3336f0bdb950b;hb=4316b6af86b37522038e642235c163fcaad52e96;hp=bdf7853ca024c69665fa053672dbfe63f2764ba7;hpb=09771c644de54ae354e8f98af7ba74289b3c0fcc;p=fw%2Faltos 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