comparison libpurple/Makefile.am @ 15615:4ea624932995

Add stuff for pkg-config
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 11 Feb 2007 03:54:22 +0000
parents e9c12873fae0
children 7e0c0062c428
comparison
equal deleted inserted replaced
15614:b74a3bec8dcb 15615:4ea624932995
4 gaim-notifications-example \ 4 gaim-notifications-example \
5 gaim-remote \ 5 gaim-remote \
6 gaim-send \ 6 gaim-send \
7 gaim-send-async \ 7 gaim-send-async \
8 gaim-url-handler \ 8 gaim-url-handler \
9 purple.pc.in \
9 Makefile.mingw \ 10 Makefile.mingw \
10 win32/global.mak \ 11 win32/global.mak \
11 win32/libc_interface.c \ 12 win32/libc_interface.c \
12 win32/libc_interface.h \ 13 win32/libc_interface.h \
13 win32/libc_internal.h \ 14 win32/libc_internal.h \
20 win32/win32dep.h 21 win32/win32dep.h
21 22
22 if USE_GCONFTOOL 23 if USE_GCONFTOOL
23 GCONF_DIR=gconf 24 GCONF_DIR=gconf
24 endif 25 endif
26
27 pkgconfigdir = $(libdir)/pkgconfig
28 pkgconfig_DATA = purple.pc
25 29
26 SUBDIRS = $(GCONF_DIR) plugins protocols tests 30 SUBDIRS = $(GCONF_DIR) plugins protocols tests
27 31
28 gaim_coresources = \ 32 gaim_coresources = \
29 account.c \ 33 account.c \