aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-08-01 13:55:15 -0400
committerGlenn Morris <[email protected]>2012-08-01 13:55:15 -0400
commit0f6cabdbbb64e0e73a8b2b1a442e1e8a1083c547 (patch)
treee7de83b60b379d52c765f1fef48946946dd61786 /lwlib
parentde7de8723f4697c16aaf77d3eff54441b5a4151c (diff)
* lwlib/Makefile.in (config_h): Add conf_post.h.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog4
-rw-r--r--lwlib/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 207a120016..8d36e2e22d 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-01 Glenn Morris <[email protected]>
+
+ * Makefile.in (config_h): Add conf_post.h.
+
2012-07-31 Dmitry Antipov <[email protected]>
Avoid unused variable warning if --with-x-toolkit=motif.
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index d49f69b58a..2e70e0a4b6 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -69,7 +69,7 @@ liblw.a: $(OBJS)
$(RANLIB) $@
## Generated files in ../src, non-generated in $(srcdir)/../src.
-config_h = ../src/config.h
+config_h = ../src/config.h $(srcdir)/../src/conf_post.h
lisp_h = $(srcdir)/../src/lisp.h
## lisp.h includes this.
globals_h = ../src/globals.h