diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-03 13:38:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-03 13:38:15 -0400 |
commit | 112d97d498ddf0d9b652cfd8b8fb6cf8686e18f1 (patch) | |
tree | ce1e79dbfa8ddf32ab4f0c7c756dd990ae8994ab /po/Makefile.in.in | |
parent | 354086bafc0187df023bab625f86a29c71e43a3b (diff) | |
download | gtk+-112d97d498ddf0d9b652cfd8b8fb6cf8686e18f1.tar.gz |
Silence a few configure warnings about datarootdir
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 5f53019686..5e2944eed6 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -26,6 +26,7 @@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ +datarootdir = @datarootdir@ libdir = @libdir@ localedir = $(libdir)/locale gnulocaledir = $(datadir)/locale |