Add 'datarootdir' variable to Makefile.in
authorArt Cancro <ajc@citadel.org>
Sun, 18 Nov 2007 05:10:58 +0000 (05:10 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 18 Nov 2007 05:10:58 +0000 (05:10 +0000)
We don't use it, but it shuts up the autoconf warning.

libcitadel/Makefile.in

index 212436bb8c61cfcfecd123b4f1965717d0b27566..86a31da054c4a3f49dd0e11df986f13955fe667c 100755 (executable)
@@ -18,6 +18,8 @@ libdir = @libdir@
 includedir = @includedir@
 man1dir = @mandir@/man1
 
+datarootdir = @datarootdir@
+
 top_builddir = .