# HG changeset patch # User Richard Laager # Date 1138171142 0 # Node ID 7da470b0c424e211ab3d582b79162f3da4ce534a # Parent 615c84e94745f31e424210fcd9a2bb1859e5522e [gaim-migrate @ 15393] Everyone says plugins shouldn't include internal.h. So, why do we install it? In keeping with my theory that diffs are the easiest way to explain what I'm thinking, I'm committing this. If it's bogus, feel free to revert or make me do so. committer: Tailor Script diff -r 615c84e94745 -r 7da470b0c424 src/Makefile.am --- a/src/Makefile.am Wed Jan 25 04:44:41 2006 +0000 +++ b/src/Makefile.am Wed Jan 25 06:39:02 2006 +0000 @@ -339,9 +339,11 @@ gtkstock.h \ gtkthemes.h \ gtkutils.h \ - internal.h \ gtkwhiteboard.h +EXTRA_DIST = \ + internal.h + gaimincludedir=$(includedir)/gaim gaiminclude_HEADERS = \ $(gaim_coreheaders) \