~shnatsel/+junk/cairo-compmgr

« back to all changes in this revision

Viewing changes to plugins/snapshot/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-snapshot
 
2
PLUGIN_UI = ccm-snapshot.ui
 
3
PLUGIN_SCHEMA = ccm-snapshot.schema-key.in
 
4
 
 
5
PLUGIN_SOURCES = \
 
6
    ccm-snapshot.c ccm-snapshot.h \
 
7
    ccm-snapshot-dialog.c ccm-snapshot-dialog.h
 
8
 
 
9
include $(top_srcdir)/build/plugin.am
 
10
 
 
11
plugin_LTLIBRARIES = libccm_snapshot.la 
 
12
 
 
13
libccm_snapshot_la_SOURCES = $(PLUGIN_SOURCES)
 
14
 
 
15
libccm_snapshot_la_LDFLAGS =  $(PLUGIN_LDFLAGS)
 
16
 
 
17
libccm_snapshot_la_LIBADD =  $(PLUGIN_LIBADD)
 
 
b'\\ No newline at end of file'