Sfoglia il codice sorgente

build: big Android build system refactor; we now attempt to build

an apk for each project.
master
Sam Hocevar 12 anni fa
parent
commit
bde02398fd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      neercs/Makefile.am

+ 2
- 0
neercs/Makefile.am Vedi File

@@ -1,9 +1,11 @@

include $(top_srcdir)/build/autotools/common.am

if !USE_ANDROID
if BUILD_NEERCS
bin_PROGRAMS = neercs
endif
endif

neercs_SOURCES = \
neercs.cpp neercs.h \


Caricamento…
Annulla
Salva