diff --git a/Makefile b/Makefile index db72e45..ab2da5a 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ SRCS= descriptor.c \ HDRS= descriptor.h \ epg.h \ lint.h \ - util.h + util.h \ + xgetopt.h OBJS= $(SRCS:.c=.o) CC=gcc