--- trunk/OOPSE-4/src/restraints/Makefile 2004/09/29 14:59:25 1503 +++ trunk/OOPSE-4/src/restraints/Makefile 2005/01/14 21:13:24 1951 @@ -1,3 +1,5 @@ +Package = restraints + Source = \ Restraints.cpp \ @@ -5,4 +7,6 @@ include ../../make/Makefile Main = -include ../../make/Makefile +DEV_ROOT=../.. +include $(DEV_ROOT)/make/Makefile +