view console/libgnt/Makefile.am @ 14732:acd886ea473e

[gaim-migrate @ 17488] 4 translation updates, 1 spelling fix. the po files have not been updated to reflect the spelling fix. I don't feel like hand editing N po files and the mistake is in a number of them. I should learn sed. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 16 Oct 2006 20:20:14 +0000
parents 44fb5200c7bb
children d1ffbae3a73a
line wrap: on
line source

SUBDIRS = . wms
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnt.pc

lib_LTLIBRARIES = libgnt.la

libgnt_la_SOURCES = \
	gntwidget.c \
	gntbox.c \
	gntbutton.c \
	gntcheckbox.c \
	gntcolors.c \
	gntcombobox.c \
	gntentry.c \
	gntkeys.c \
	gntlabel.c \
	gntline.c \
	gntmarshal.c \
	gntmenu.c \
	gntmenuitem.c \
	gntstyle.c \
	gnttextview.c \
	gnttree.c \
	gntutils.c \
	gntwindow.c \
	gntmain.c

libgnt_la_headers = \
	gntwidget.h \
	gntbox.h \
	gntbutton.h \
	gntcheckbox.h \
	gntcolors.h \
	gntcombobox.h \
	gntentry.h \
	gntkeys.h \
	gntlabel.h \
	gntline.h \
	gntmarshal.h \
	gntmenu.h \
	gntmenuitem.h \
	gntstyle.h \
	gnttextview.h \
	gnttree.h \
	gntutils.h \
	gntwindow.h \
	gntwm.h \
	gnt.h

libgnt_laincludedir=$(includedir)/gnt
libgnt_lainclude_HEADERS = \
	$(libgnt_la_headers)

libgnt_la_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
libgnt_la_LDFLAGS = -export-dynamic
libgnt_la_LIBADD = \
	$(GLIB_LIBS) \
	$(STATIC_LINK_LIBS) \
	$(GNT_LIBS)

AM_CPPFLAGS = \
	$(GLIB_CFLAGS) \
	$(GNT_CFLAGS) \
	-Wall