changeset 13035:7da470b0c424

[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 <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 25 Jan 2006 06:39:02 +0000
parents 615c84e94745
children 88ef7055eba3
files src/Makefile.am
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) \