From 639a52d9f215a598507a778d42bdea6881f0261e Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 18 Jan 2017 16:42:36 -0200 Subject: [PATCH] Ajustes para empacotamento. --- Makefile.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f279cf0..c5e3f99 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,7 @@ sbindir=@sbindir@ libdir=@libdir@ BASEDIR=@BASEDIR@ - +SRCDIR=$(BASEDIR)/.src/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/src/lib3270 POTDIR=$(BASEDIR)/.pot/lib3270 OBJDIR=$(BASEDIR)/.obj/lib3270 @@ -235,6 +235,13 @@ else @cd "$(ROOTDIR)" ; \$(VALGRIND) --leak-check=full --gen-suppressions=all $(BINDBG)/testprogram$(EXEEXT) endif +$(SRCDIR): \ + clean + + @$(MKDIR) $@ + @$(INSTALL_DATA) *.c *.h *.in *.cbp *.xad *.sh $@ + + #---[ Clean Targets]--------------------------------------------------------------------- cleanDebug: -- libgit2 0.21.2