diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-11-24 22:17:11 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-11-24 22:17:11 +0100 |
commit | 9a7fb4bd1df25e426c927b1a3ce5e59a1520ed68 (patch) | |
tree | 40194e63015adaac4d4b3442cba693754f7d74e9 /Makefile.am | |
parent | 21f0ac53a1726fcc70e9a591e553cb3cf7da0202 (diff) |
Tweak Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c52dfb5..8b1fde6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ bin_PROGRAMS = src/colloquium AM_CFLAGS = -Wall AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib \ -I$(top_srcdir)/lib -LDADD = $(top_builddir)/lib/libgnu.a @IGNORE_UNUSED_LIBRARIES_CFLAGS@ \ +LDADD = $(top_builddir)/lib/libgnu.la @IGNORE_UNUSED_LIBRARIES_CFLAGS@ \ libstorycode/src/libstorycode.la harfatum/src/libharfatum.la src_colloquium_SOURCES = src/colloquium.c src/render.c \ |