aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2004-03-27 05:34:23 +0000
committerDimitri Sokolyuk <demon@dim13.org>2004-03-27 05:34:23 +0000
commit221883a5707615d010e34c527e413c2492727016 (patch)
treef035f977db55cc0f50fd059389b2b86f8ee9957f /src
parentc758772f93b2f74acfaacbe09f71d3b6e94a382a (diff)
move to include
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
-rw-r--r--src/main.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index 318328e..76e3bfe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,8 +2,8 @@
PROG= tgeb
SRCS= main.c
-CFLAGS+= -Wall -I..
-LDADD+= -L../tgeb -ltgeb -lz
+CFLAGS+= -Wall -I${.CURDIR}/../include
+LDADD+= -L${.CURDIR}/../lib -L${.CURDIR}/../lib/obj -ltgeb -lz
NOMAN=
. include <bsd.prog.mk>
diff --git a/src/main.c b/src/main.c
index 3b2fcc0..3f84b82 100644
--- a/src/main.c
+++ b/src/main.c
@@ -21,8 +21,8 @@
#include <time.h>
#include <strings.h>
#include <err.h>
-#include <tgeb/tgebdat.h>
-#include <tgeb/tgebup.h>
+#include <tgebdat.h>
+#include <tgebup.h>
extern char *__progname;
const char *copyright = "$ TGeb parasite 0.2 -" \