summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-01-12 13:11:21 -0800
committerEric Anholt <eric@anholt.net>2007-01-12 13:11:21 -0800
commit4f6e1a61fc0abe1865e147509af5f7f2bfcaf8f7 (patch)
tree143ec06eaacdf66714ffb71b5c9a8c2eae270aea /src/Makefile.am
parentc7ce8ee140b01931994030900c0e8238fbb0caa2 (diff)
downloadlibpciaccess-4f6e1a61fc0abe1865e147509af5f7f2bfcaf8f7.tar.gz
libpciaccess-4f6e1a61fc0abe1865e147509af5f7f2bfcaf8f7.tar.bz2
libpciaccess-4f6e1a61fc0abe1865e147509af5f7f2bfcaf8f7.zip
Enable more warnings when the compiler is GCC.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index caacd95..d778790 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,6 +21,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
+AM_CFLAGS = @PCIACCESS_CFLAGS@
+
lib_LTLIBRARIES = libpciaccess.la
if LINUX