diff --git a/Makefile.am b/Makefile.am index 64cedc7..4511207 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,6 @@ glorytun_SOURCES = \ src/db.c \ src/db.h -glorytun_CFLAGS += -I$(srcdir)/mud glorytun_SOURCES += \ mud/mud.h \ mud/mud.c diff --git a/src/main.c b/src/main.c index ff7a207..d358cfe 100644 --- a/src/main.c +++ b/src/main.c @@ -18,7 +18,7 @@ #include #include -#include "mud.h" +#include "../mud/mud.h" #ifndef O_CLOEXEC #define O_CLOEXEC 0