summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-08-08 12:26:27 +0200
committerLennart Poettering <lennart@poettering.net>2012-08-08 12:27:10 +0200
commit3984d657ffcfd2b4958be9714caef414f2c1fb9e (patch)
treef47d0852d1fbeb181ba9e195e353987aa0507087 /Makefile.am
parentd086fe4e085d216652b70e575e59302810035989 (diff)
build-sys: typo fix
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6963722460..23f9a7c0f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,7 +151,7 @@ AM_CPPFLAGS = \
-I $(top_srcdir)/src/udev \
$(OUR_CPPFLAGS)
-AM_CFLAGS = $(OUR_GFLAGS)
+AM_CFLAGS = $(OUR_CFLAGS)
AM_LDFLAGS = $(OUR_LDFLAGS)
# ------------------------------------------------------------------------------