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: add a common.am include file and a "make lolcheck" target that does
nothing for now except ensure that every makefile includes common.am.
master
Sam Hocevar
12 years ago
parent
9916952b2d
commit
9e0b03052d
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,4 +1,6 @@
include $(top_srcdir)/build/autotools/common.am
if BUILD_NEERCS
noinst_PROGRAMS = neercs
endif
Write
Preview
Loading…
Cancel
Save