diff src/Makefile.am @ 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 2078f65a8e98
children 88ef7055eba3
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) \