]> git.cworth.org Git - grrobot/blob - src/Makefile.am
Added drag-and-drop (works but for handling queued notices).
[grrobot] / src / Makefile.am
1 bin_PROGRAMS = grrobot
2
3 grrobot_SOURCES = \
4         args.c \
5         args.h \
6         grrobot.c \
7         grr_board_view.c \
8         grr_board_view.h
9
10 INCLUDES = $(GRROBOT_CFLAGS)
11 LDFLAGS = $(GRROBOT_LIBS)
12
13
14
15