~raof/gloobus-preview/autofoo

« back to all changes in this revision

Viewing changes to src/plugin-ttf/Makefile.am

  • Committer: Jordi Hernandez
  • Date: 2009-12-23 17:50:28 UTC
  • Revision ID: jordi@vengance-20091223175028-z5vubd0xxc07bvd2
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugindir = $(prefix)/lib/gloobus/
 
2
 
 
3
AM_CPPFLAGS =$(GTK_CFLAGS) $(FREETYPE_CFLAGS) $(CAIRO_CFLAGS)
 
4
AM_LDFLAGS = $(GTK_LIBS) $(FREETYPE_LIBS) $(CAIRO_LIBS)
 
5
 
 
6
plugin_LTLIBRARIES = ttf.la 
 
7
ttf_la_SOURCES = plugin-ttf.cpp 
 
8
ttf_la_LDFLAGS = -module -export-dynamic $(AM_LDFLAGS)
 
9
 
 
10
noinst_HEADERS = plugin-ttf.h