Mercurial > pidgin.yaz
comparison pidgin/Makefile.am @ 32293:36011b558d3e
merge of '1b0275bd7ec6ff5c9cb2a1b7a0a60c36091448a6'
and '807d1abbfdb467f3e6b995ae329f287a13a1b093'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 19 Mar 2011 19:38:55 +0000 |
parents | 3b4e12c42d3c 208c7d2ab4cd |
children | 7b794ddea945 |
comparison
equal
deleted
inserted
replaced
32286:da81195f635e | 32293:36011b558d3e |
---|---|
1 EXTRA_DIST = \ | 1 EXTRA_DIST = \ |
2 getopt.c \ | 2 getopt.c \ |
3 getopt.h \ | 3 getopt.h \ |
4 getopt1.c \ | 4 getopt1.c \ |
5 Makefile.mingw \ | 5 Makefile.mingw \ |
6 pidgin.pc.in \ | 6 pidgin-3.pc.in \ |
7 pidgin-uninstalled.pc.in \ | 7 pidgin-3-uninstalled.pc.in \ |
8 win32/MinimizeToTray.h \ | 8 win32/MinimizeToTray.h \ |
9 win32/MinimizeToTray.c \ | 9 win32/MinimizeToTray.c \ |
10 win32/pidgin_dll_rc.rc.in \ | 10 win32/pidgin_dll_rc.rc.in \ |
11 win32/pidgin_exe_rc.rc.in \ | 11 win32/pidgin_exe_rc.rc.in \ |
12 win32/gtkdocklet-win32.c \ | 12 win32/gtkdocklet-win32.c \ |
30 win32/nsis/nsis_translations.desktop.in | 30 win32/nsis/nsis_translations.desktop.in |
31 | 31 |
32 if ENABLE_GTK | 32 if ENABLE_GTK |
33 | 33 |
34 pkgconfigdir = $(libdir)/pkgconfig | 34 pkgconfigdir = $(libdir)/pkgconfig |
35 pkgconfig_DATA = pidgin.pc | 35 pkgconfig_DATA = pidgin-3.pc |
36 | 36 |
37 SUBDIRS = pixmaps plugins | 37 SUBDIRS = pixmaps plugins |
38 | 38 |
39 bin_PROGRAMS = pidgin | 39 bin_PROGRAMS = pidgin |
40 | 40 |