Mercurial > pidgin
changeset 15880:f6b7e893c4f1
Include defines.h in make dist
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 24 Mar 2007 16:51:45 +0000 |
parents | 80f999140126 |
children | 257bfaa7a3e0 |
files | libpurple/example/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/example/Makefile.am Sat Mar 24 15:57:35 2007 +0000 +++ b/libpurple/example/Makefile.am Sat Mar 24 16:51:45 2007 +0000 @@ -1,7 +1,7 @@ bin_PROGRAMS = nullclient -nullclient_SOURCES = nullclient.c -nullclient_DEPENDENCIES = +nullclient_SOURCES = defines.h nullclient.c +nullclient_DEPENDENCIES = nullclient_LDFLAGS = -export-dynamic nullclient_LDADD = \ $(DBUS_LIBS) \