]> git.draconx.ca Git - liblbx.git/blob - Makefile.am
build: Integrate Gnulib non-recursively using fix-gnulib.
[liblbx.git] / Makefile.am
1 # Copyright (C) 2009-2010 Nick Bowler
2 # Copying and distribution of this file, with or without modification,
3 # are permitted in any medium without royalty provided the copyright
4 # notice and this notice are preserved.  This file is offered as-is,
5 # without any warranty.
6
7 ACLOCAL_AMFLAGS = -I m4 -I common/m4
8
9 EXTRA_DIST       = m4/gnulib-cache.m4
10 CLEANFILES       =
11 MOSTLYCLEANFILES =
12
13 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
14
15 dist_man_MANS      =
16 dist_doc_DATA      =
17 noinst_HEADERS     =
18 lib_LTLIBRARIES    =
19 noinst_LTLIBRARIES =
20 bin_PROGRAMS       =
21
22 include doc/Makefile.inc
23 include src/Makefile.inc
24 include src/gui/Makefile.inc
25 include lib/gnulib.mk