Mercurial > pidgin.yaz
annotate pidgin/pixmaps/tray/Makefile.am @ 17804:016eee704a96
Avoid including NSPR's private header pprio.h just for the prototype of
PR_ImportTCPSocket, and instead duplicate the prototype.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 09 Jun 2007 16:13:10 +0000 |
parents | f1d06ebe7ead |
children | c7df0c2d8eef |
rev | line source |
---|---|
15773
79144a15ea78
16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sean Egan <seanegan@gmail.com>
parents:
15728
diff
changeset
|
1 SUBDIRS = 16 22 |
15728
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15715
diff
changeset
|
2 |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15715
diff
changeset
|
3 EXTRA_DIST = \ |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15715
diff
changeset
|
4 Makefile.mingw \ |
16359
f1d06ebe7ead
Add missing mingw Makefiles to dist.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15773
diff
changeset
|
5 16/Makefile.mingw \ |
15728
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15715
diff
changeset
|
6 22/Makefile.mingw |
8e08e961813c
I forgot to add the new mingw makefiles.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15715
diff
changeset
|
7 |