[open-ils-commits] r8461 - trunk/Open-ILS/src/c-apps

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 22 13:18:15 EST 2008


Author: dbs
Date: 2008-01-22 12:51:52 -0500 (Tue, 22 Jan 2008)
New Revision: 8461

Modified:
   trunk/Open-ILS/src/c-apps/Makefile
Log:
Correct install rules for the c-app headers


Modified: trunk/Open-ILS/src/c-apps/Makefile
===================================================================
--- trunk/Open-ILS/src/c-apps/Makefile	2008-01-22 17:41:29 UTC (rev 8460)
+++ trunk/Open-ILS/src/c-apps/Makefile	2008-01-22 17:51:52 UTC (rev 8461)
@@ -55,7 +55,7 @@
 	cp liboils_idl.so $(LIBDIR)/
 	cp oils_dataloader $(BINDIR)/
 	mkdir -p $(INCDIR)/
-	cp openils/*.h $(INCDIR)/
+	cp ../../include/openils/*.h $(INCDIR)/
 
 clean:
 	@echo $@;



More information about the open-ils-commits mailing list