From 56d86b3b0cdb8262a9a1a6e08a5723c51d2429ad Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 3 Sep 2012 09:02:40 +0200 Subject: Formatting --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3