aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2c34303..8c4c895 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Idest
-# Copyright (C) 2009-2011 Sergey Poznyakoff
+# Copyright (C) 2009-2011, 2016 Sergey Poznyakoff
#
# Idest is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -26,7 +26,8 @@ idest_SOURCES=\
idop.c\
main.c\
cmdline.h\
- slist.c
+ slist.c\
+ utf8conv.c
BUILT_SOURCES=cmdline.h frametab.c
EXTRA_DIST=cmdline.opt getopt.m4
AM_CPPFLAGS = \
@@ -37,7 +38,8 @@ AM_CPPFLAGS = \
-I$(top_builddir)/gnu\
-I$(top_srcdir)/libid3tag\
@GUILE_INCLUDES@
-LDADD=../gnu/libgnu.a ../libid3tag/libid3tag.a -lz @GUILE_LIBS@
+
+LDADD=../gnu/libgnu.a ../libid3tag/libid3tag.a -lz @GUILE_LIBS@ @LIBICONV@
SUFFIXES=.opt .c .h
.opt.h:

Return to:

Send suggestions and report system problems to the System administrator.