Commit 639a52d9f215a598507a778d42bdea6881f0261e

Authored by Perry Werneck
1 parent f90043ec

Ajustes para empacotamento.

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
Makefile.in
... ... @@ -47,7 +47,7 @@ sbindir=@sbindir@
47 47 libdir=@libdir@
48 48  
49 49 BASEDIR=@BASEDIR@
50   -
  50 +SRCDIR=$(BASEDIR)/.src/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/src/lib3270
51 51 POTDIR=$(BASEDIR)/.pot/lib3270
52 52  
53 53 OBJDIR=$(BASEDIR)/.obj/lib3270
... ... @@ -235,6 +235,13 @@ else
235 235 @cd "$(ROOTDIR)" ; \$(VALGRIND) --leak-check=full --gen-suppressions=all $(BINDBG)/testprogram$(EXEEXT)
236 236 endif
237 237  
  238 +$(SRCDIR): \
  239 + clean
  240 +
  241 + @$(MKDIR) $@
  242 + @$(INSTALL_DATA) *.c *.h *.in *.cbp *.xad *.sh $@
  243 +
  244 +
238 245 #---[ Clean Targets]---------------------------------------------------------------------
239 246  
240 247 cleanDebug:
... ...