Add LOCALSTATEDIR to AM_CPPFLAGS.
This commit is contained in:
parent
c4095e6233
commit
e4e987be9f
|
@ -11,6 +11,7 @@ AM_CPPFLAGS = -I. \
|
|||
-I$(top_srcdir)/misc
|
||||
AM_CPPFLAGS += -DLOCALEDIR="\"$(localedir)\""
|
||||
AM_CPPFLAGS += -DSYSCONFDIR="\"$(sysconfdir)\""
|
||||
AM_CPPFLAGS += -DLOCALSTATEDIR="\"$(localstatedir)\""
|
||||
|
||||
EXTRA_DIST = getdate.y
|
||||
|
||||
|
|
Loading…
Reference in New Issue