summaryrefslogtreecommitdiff
path: root/camlibs/template
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-28 08:52:26 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-28 08:52:26 +0000
commit09d748c72112a5037a988adf01cd05d09a458f5d (patch)
treebc402b892ce9b01205654433fc3c3a41fea327b4 /camlibs/template
parent7562dd9e3bd615bc169d8e4246d338d58644e079 (diff)
downloadlibgphoto2-09d748c72112a5037a988adf01cd05d09a458f5d.tar.gz
disable specific gcc warnings in template camlib
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9746 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/template')
-rw-r--r--camlibs/template/Makefile-files1
1 files changed, 1 insertions, 0 deletions
diff --git a/camlibs/template/Makefile-files b/camlibs/template/Makefile-files
index ec3bef52b..868ab0132 100644
--- a/camlibs/template/Makefile-files
+++ b/camlibs/template/Makefile-files
@@ -17,6 +17,7 @@ noinst_DATA += template/README.template
noinst_LTLIBRARIES += template.la
template_la_SOURCES = template/template.c
+template_la_CFLAGS = $(AM_CFLAGS) $(NO_UNUSED_CFLAGS) $(CFLAGS)
template_la_LDFLAGS = $(camlib_ldflags)
template_la_DEPENDENCIES = $(camlib_dependencies)
template_la_LIBADD = $(camlib_libadd)