pidgin.win32.autotools: 3e21b9fc: Don't install internal headers

datallah at pidgin.im datallah at pidgin.im
Mon Nov 8 17:55:55 EST 2010


----------------------------------------------------------------------
Revision: 3e21b9fca5fa12c0286615d4b5d144ccc73c0fea
Parent:   36e52bd929f91281e1a24b54ee5c93d942b127df
Author:   datallah at pidgin.im
Date:     11/08/10 17:50:38
Branch:   im.pidgin.pidgin.win32.autotools
URL: http://d.pidgin.im/viewmtn/revision/info/3e21b9fca5fa12c0286615d4b5d144ccc73c0fea

Changelog: 

Don't install internal headers

Changes against parent 36e52bd929f91281e1a24b54ee5c93d942b127df

  patched  pidgin/Makefile.am

-------------- next part --------------
============================================================
--- pidgin/Makefile.am	989c94abf165dbe85a47664bf644be70e6b7586f
+++ pidgin/Makefile.am	2bd332c078dabcb3d38555705431e93008e4c1b1
@@ -145,8 +145,9 @@ pidgin_win32headers = \
 	
 if OS_WIN32
 pidgin_win32headers = \
+	gtkwin32dep.h
+pidgin_win32noinstheaders = \
 	MinimizeToTray.h \
-	gtkwin32dep.h \
 	resource.h \
 	untar.h \
 	wspell.h
@@ -160,6 +161,8 @@ win32include_HEADERS = \
 win32includedir=$(includedir)/pidgin/win32
 win32include_HEADERS = \
 	$(addprefix $(srcdir)/win32/, $(pidgin_win32headers))
+noinst_HEADERS = \
+	$(addprefix $(srcdir)/win32/, $(pidgin_win32noinstheaders))
 endif
 
 pidgin_DEPENDENCIES = @LIBOBJS@


More information about the Commits mailing list