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
commit
9e0b03052d
1 changed files with 2 additions and 0 deletions
  1. +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


Loading…
Cancel
Save