Last change
on this file since 1932 was
1923,
checked in by sam, 8 years ago
|
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 size:
255 bytes
|
Line | |
---|
1 | |
---|
2 | include $(top_srcdir)/build/autotools/common.am |
---|
3 | |
---|
4 | SUBDIRS = |
---|
5 | SUBDIRS += neercs |
---|
6 | |
---|
7 | |
---|
8 | noinst_PROGRAMS = $(make_font) |
---|
9 | |
---|
10 | make_font_SOURCES = make-font.cpp |
---|
11 | make_font_CPPFLAGS = @CACA_CFLAGS@ |
---|
12 | make_font_LDFLAGS = @CACA_LIBS@ |
---|
13 | |
---|
14 | if USE_CACA |
---|
15 | make_font = make-font |
---|
16 | endif |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.