From eae97cee52ac75346a9d3d901505ba1060a4fc50 Mon Sep 17 00:00:00 2001 From: David Troy Date: Sat, 1 Jul 2006 18:10:00 +0000 Subject: Fixed make print git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@135 f02b47b9-160a-0410-81a6-dc3441afb0ec --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0905ed4..7627d50 100644 --- a/Makefile +++ b/Makefile @@ -73,8 +73,8 @@ VPATH = src # For printing only -SRCS := $(MODS:%=%.c) -HDRS := astmanproxy.h +SRCS := $(MODS:%=src/%.c) +HDRS := src/include/astmanproxy.h all: astmanproxy cert -- cgit