From 72b061198f501fd3983585b7c689a0e10ff084f5 Mon Sep 17 00:00:00 2001 From: jacomi Date: Tue, 26 Jan 1999 13:29:25 +0000 Subject: dummy registered files removed and makefile updated --- src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 54c7e1a..10065da 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,11 +16,12 @@ SHELL = /bin/sh CC = gcc +IRBOX_DIR = /usr/lib/irbox-1.0 SRCS = irdev.c irtable.c irbox.c -OBJS = irdev.o irtable.o lex.yy.o y.tab.o irbox.o +OBJS = irdev.o irtable.o lex.yy.o y.tab.o irbox.o -CDEFS = +CDEFS = -DDEFAULT_IRBOX_DIR=\"$(IRBOX_DIR)\" COPTS = -g -Wall CINCS = -I../../../libraries/ivy-c/src CLIBS = -I../../../libraries/ivy-c/src -- cgit v1.1