Mercurial > pidgin
view finch/libgnt/pygnt/Makefile.am @ 21857:c117352a6088
merge of '7c8120b9ffde901cc436a514ac0daf37551a9755'
and 'e4025d1861da43abe2d5a41c04944203764b1133'
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 18 Dec 2007 03:35:20 +0000 |
parents | bfa12b00f54b |
children |
line wrap: on
line source
EXTRA_DIST = gendef.sh pg_LTLIBRARIES = gnt.la pgdir = $(libdir) sources = \ gnt.def \ gnt.override \ gntbox.override \ gntfilesel.override \ gnttree.override \ gntwidget.override gnt_la_SOURCES = gnt.c common.c common.h gntmodule.c gnt_la_LDFLAGS = -module -avoid-version \ `pkg-config --libs pygobject-2.0` gnt_la_LIBADD = \ $(GLIB_LIBS) \ ../libgnt.la AM_CPPFLAGS = \ -I../ \ $(GLIB_CFLAGS) \ $(GNT_CFLAGS) \ -I/usr/include/python2.4 \ `pkg-config --cflags pygobject-2.0` CLEANFILES = gnt.def gnt.c gnt.defe gnt.def: $(srcdir)/../*.h $(srcdir)/gendef.sh gnt.c: $(sources) pygtk-codegen-2.0 --prefix gnt \ --override gnt.override \ gnt.def > $@