~unico-team/unico/trunk

« back to all changes in this revision

Viewing changes to unico/Makefile.am

  • Committer: Andrea Cimitan
  • Date: 2010-12-16 15:48:03 UTC
  • Revision ID: andrea.cimitan@canonical.com-20101216154803-elv6vd8sb6ldqfnd
First commit, adding files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = $(GTK_CFLAGS)
 
2
 
 
3
enginedir = $(libdir)/gtk-3.0/$(GTK_VERSION)/theming-engines
 
4
 
 
5
engine_LTLIBRARIES = libunico.la
 
6
 
 
7
libunico_la_SOURCES = \
 
8
        unico.h \
 
9
        unico-theme.c \
 
10
        unico-engine.h \
 
11
        unico-engine.c
 
12
 
 
13
libunico_la_LDFLAGS = -module -avoid-version
 
14
 
 
15
libunico_la_LIBADD = $(NULL_LIBS)