Commit f3e53feb7a513f0c6b62df0609ff7c81cf6824d3
1 parent
e31449f6
Exists in
master
and in
3 other branches
Ajustes para empacotamento .deb
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -123,6 +123,10 @@ $(BINDBG)/testprogram$(EXEEXT): $(OBJDBG)/testprogram.o $(foreach SRC, $(basenam |
123 | 123 | @$(MKDIR) `dirname $@` |
124 | 124 | $(LD) -o $@ $^ $(LIBS) |
125 | 125 | |
126 | +$(DEBDIR)/lib3270.install: Makefile | |
127 | + @echo " GEN `basename $@`" | |
128 | + @$(MKDIR) `dirname $@` | |
129 | + @echo "$(libdir)/lib3270.so" > $@ | |
126 | 130 | |
127 | 131 | run: $(BINDBG)/testprogram$(EXEEXT) |
128 | 132 | $(BINDBG)/testprogram$(EXEEXT) | ... | ... |