X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2FMakefile.am;h=1a4a29d4d566f4314ee477b21d02e388b18cf876;hb=aa581a49058b37814305c2766b83dcf907add157;hp=8da7aeb424f4c9885251524eca279034536d01cb;hpb=e8e594af66a57517052d9d7d341687880fa9a7ae;p=grrobot diff --git a/src/Makefile.am b/src/Makefile.am index 8da7aeb..1a4a29d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = svg . + bin_PROGRAMS = grrobot grrobot_SOURCES = \ @@ -5,11 +7,11 @@ grrobot_SOURCES = \ args.h \ grrobot.c \ grr_board_view.c \ - grr_board_view.h - -INCLUDES = $(GRROBOT_CFLAGS) -Wall -LDFLAGS = $(GRROBOT_LIBS) - - - + grr_board_view.h \ + grr_icon.c \ + grr_icon.h \ + grr_util.c \ + grr_util.h +INCLUDES = $(GRROBOT_CFLAGS) -DGRR_ICON_DIR=\"$(pkgdatadir)\" +LIBS = $(GRROBOT_LIBS)