Commit a8520a6f6bc1b02ba125352364c059abb62df47f
1 parent
dfbb545e
Exists in
master
and in
5 other branches
Incluindo install-oxt no makefile principal
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -318,6 +318,9 @@ install-sdk: |
318 | 318 | @$(INSTALL_DATA) src/sample/sample.cbp $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/sample |
319 | 319 | @$(INSTALL_DATA) src/sample/*.c $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/sample |
320 | 320 | |
321 | +install-oxt: | |
322 | + @make LIB3270_CFLAGS="-I../../src/include" -C src/oxt install | |
323 | + | |
321 | 324 | clean: |
322 | 325 | @rm -fr .obj |
323 | 326 | @rm -fr .bin | ... | ... |