diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-01 13:55:15 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-01 13:55:15 -0400 |
commit | 0f6cabdbbb64e0e73a8b2b1a442e1e8a1083c547 (patch) | |
tree | e7de83b60b379d52c765f1fef48946946dd61786 /lwlib | |
parent | de7de8723f4697c16aaf77d3eff54441b5a4151c (diff) | |
download | emacs-0f6cabdbbb64e0e73a8b2b1a442e1e8a1083c547.tar.gz |
* lwlib/Makefile.in (config_h): Add conf_post.h.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/ChangeLog | 4 | ||||
-rw-r--r-- | lwlib/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 207a1200169..8d36e2e22d7 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,7 @@ +2012-08-01 Glenn Morris <rgm@gnu.org> + + * Makefile.in (config_h): Add conf_post.h. + 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru> Avoid unused variable warning if --with-x-toolkit=motif. diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index d49f69b58a4..2e70e0a4b6d 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 |