From: dbs Date: Tue, 22 Jan 2008 17:51:52 +0000 (+0000) Subject: Correct install rules for the c-app headers X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4c182eaac7b1aa601d2fd42a6fa2c74ea74ebab9;p=Evergreen.git Correct install rules for the c-app headers git-svn-id: svn://svn.open-ils.org/ILS/trunk@8461 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/c-apps/Makefile b/Open-ILS/src/c-apps/Makefile index 1f1d85259e..0ac65fca4b 100644 --- a/Open-ILS/src/c-apps/Makefile +++ b/Open-ILS/src/c-apps/Makefile @@ -55,7 +55,7 @@ install: cp liboils_idl.so $(LIBDIR)/ cp oils_dataloader $(BINDIR)/ mkdir -p $(INCDIR)/ - cp openils/*.h $(INCDIR)/ + cp ../../include/openils/*.h $(INCDIR)/ clean: @echo $@;