summaryrefslogtreecommitdiffstats
path: root/external/Makefile.am
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2013-11-13 21:40:58 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2013-11-13 21:40:58 +0100
commit81bb21fe5313463ac9896984cd71cfc3455379ee (patch)
treec83aef759bf48ceb1567810c7a059307f7455bee /external/Makefile.am
parent2e1a735c1bb76094744a6112b092331e34c7db09 (diff)
downloadlibrcc-81bb21fe5313463ac9896984cd71cfc3455379ee.tar.gz
librcc-81bb21fe5313463ac9896984cd71cfc3455379ee.tar.bz2
librcc-81bb21fe5313463ac9896984cd71cfc3455379ee.tar.xz
librcc-81bb21fe5313463ac9896984cd71cfc3455379ee.zip
Avoid functions deprecated in glib 2.32
Diffstat (limited to 'external/Makefile.am')
-rw-r--r--external/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/Makefile.am b/external/Makefile.am
index 51cbad9..31cec9c 100644
--- a/external/Makefile.am
+++ b/external/Makefile.am
@@ -4,12 +4,12 @@ endif
bindir = $(pkgdatadir)/
-rccexternal_SOURCES= rccexternal.c \
+rccexternal_SOURCES= rccexternal.c compat.h \
rcclibtranslate.c rcclibtranslate.h \
../src/rccdb4.c ../src/rccdb4.h \
../src/rcchome.c ../src/rcchome.h \
../src/rcclock.c ../src/rcclock.h
-
+
rccexternal_LDADD= @GLIB2_LIBS@ @LIBTRANSLATE_LIBS@ @BDB_LIBS@
AM_CPPFLAGS = @GLIB2_CFLAGS@ @LIBTRANSLATE_CFLAGS@ @BDB_INCLUDES@ -I../src