summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorjacomi1999-01-26 13:29:25 +0000
committerjacomi1999-01-26 13:29:25 +0000
commit72b061198f501fd3983585b7c689a0e10ff084f5 (patch)
tree22b48e54839280e11e8237407cb354be44df952f /src/Makefile
parentca51f6abf6debc1b6718f59129886fea04ee12b0 (diff)
downloadirbox-72b061198f501fd3983585b7c689a0e10ff084f5.zip
irbox-72b061198f501fd3983585b7c689a0e10ff084f5.tar.gz
irbox-72b061198f501fd3983585b7c689a0e10ff084f5.tar.bz2
irbox-72b061198f501fd3983585b7c689a0e10ff084f5.tar.xz
dummy registered files removed and makefile updated
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 3 insertions, 2 deletions
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