Ignore:
Timestamp:
Sep 17, 2012, 2:30:49 PM (11 years ago)
Author:
sam
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/Makefile.am

    r1895 r1923  
     1
     2include $(top_srcdir)/build/autotools/common.am
    13
    24EXTRA_DIST = lol-build \
    35             check-source.sh \
    46             build-linux build-mingw build-mingw64 build-ps3 \
    5              build-nacl32 build-nacl64
     7             build-nacl32 build-nacl64 \
     8             \
     9             autotools/common.am
    610
    711TESTS = check-source.sh
Note: See TracChangeset for help on using the changeset viewer.