~shnatsel/+junk/cairo-compmgr

« back to all changes in this revision

Viewing changes to plugins/decoration/Makefile.am

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2012-03-04 22:53:22 UTC
  • Revision ID: shnatsel@gmail.com-20120304225322-q2hz82j51yxv1qqw
fixed up build dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PLUGIN = ccm-decoration
 
2
PLUGIN_UI = ccm-decoration.ui
 
3
PLUGIN_SCHEMA = ccm-decoration.schema-key.in
 
4
 
 
5
PLUGIN_SOURCES = ccm-decoration.c ccm-decoration.h
 
6
 
 
7
include $(top_srcdir)/build/plugin.am
 
8
 
 
9
plugin_LTLIBRARIES = libccm_decoration.la 
 
10
 
 
11
libccm_decoration_la_SOURCES = $(PLUGIN_SOURCES)
 
12
 
 
13
libccm_decoration_la_LDFLAGS = $(PLUGIN_LDFLAGS)
 
14
 
 
15
libccm_decoration_la_LIBADD = $(PLUGIN_LIBADD)