diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-09-03 09:02:40 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-09-03 09:02:40 +0200 |
commit | 56d86b3b0cdb8262a9a1a6e08a5723c51d2429ad (patch) | |
tree | 26e068ae763262bd4fb24a8114fd8b8a741248ad /Makefile.am | |
parent | e855e14baa0c00bb0da4da1aef4d120f10c7a65e (diff) |
Formatting
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a6003a8..9da9649 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ ACLOCAL_AMFLAGS = -I m4 bin_PROGRAMS = src/colloquium AM_CFLAGS = -Wall -AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib -I$(top_srcdir)/lib +AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib \ + -I$(top_srcdir)/lib LDADD = $(top_builddir)/lib/libgnu.a @IGNORE_UNUSED_LIBRARIES_CFLAGS@ src_colloquium_SOURCES = src/colloquium.c src/storycode.c src/render.c \ |