This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
neercs
mirror of
https://github.com/cacalabs/neercs.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: big Android build system refactor; we now attempt to build
an apk for each project.
master
Sam Hocevar
12 years ago
parent
7b9a8b613e
commit
bde02398fd
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
neercs/Makefile.am
+ 2
- 0
neercs/Makefile.am
View 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 \
Write
Preview
Loading…
Cancel
Save