aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-12-04 18:37:50 -0800
committerH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-12-04 18:37:50 -0800
commit50488e74f30eeaf8bb1aaae8f1e08252cd0b690b (patch)
tree3dbf3c6f5bfe64afecc57e0764a08fb60d1e26de
parent3e0ae58a0e75d81801e098b006316a43233682b4 (diff)
downloadlibucd-50488e74f30eeaf8bb1aaae8f1e08252cd0b690b.tar.gz
Build ucslookup.c
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a0c8fc..72b295c 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,8 @@ CVT_FILES = gen/jamo.c gen/nameslist.tab gen/nametoucs.keys gen/nametoucs.tab \
LIBSRCS = proparray.c gen/nametoucs_hash.c gen/ucstoname_hash.c \
gen/jamo.c gen/nameslist.c gen/nameslist_dict.c \
- gen/ucstoname_tab.c gen/nametoucs_tab.c nametoucs.c
+ gen/ucstoname_tab.c gen/nametoucs_tab.c nametoucs.c \
+ ucslookup.c
LIBOBJS = $(patsubst %.c,%.o,$(LIBSRCS))
SO_OBJS = $(patsubst %.c,%.lo,$(LIBSRCS))
@@ -142,3 +143,6 @@ gen/nameslist_dict.lo: gen/nameslist_dict.c
nametoucs.o: nametoucs.c libucd_int.h gen/nametoucs_hash.h
nametoucs.lo: nametoucs.c libucd_int.h gen/nametoucs_hash.h
+
+ucslookup.o: ucslookup.c libucd_int.h gen/ucstoname_hash.h
+ucslookup.lo: ucslookup.c libucd_int.h gen/ucstoname_hash.h