~smspillaz/compiz-core/compiz-core.fix_969108

« back to all changes in this revision

Viewing changes to gtk/window-decorator/Makefile.am

  • Committer: David Reveman
  • Date: 2006-11-26 17:11:17 UTC
  • Revision ID: git-v1:a8d0c31f1aafcd6132864299dffd1d20428a9f36
Add libdecoration and move some initial code from gtk-window-decorator into it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
metacitylibs = @METACITY_LIBS@
5
5
endif
6
6
 
7
 
gtk_window_decorator_LDADD   =      \
 
7
gtk_window_decorator_DEPENDENCIES = \
 
8
        $(top_builddir)/libdecoration/libdecoration.la
 
9
gtk_window_decorator_LDADD        = \
8
10
        @GTK_WINDOW_DECORATOR_LIBS@ \
9
11
        $(metacitylibs)
10
 
gtk_window_decorator_SOURCES = \
 
12
gtk_window_decorator_SOURCES      = \
11
13
        gtk-window-decorator.c
12
14
gtk_window_decorator_program = gtk-window-decorator
13
15
endif
21
23
                GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA); \
22
24
        fi
23
25
 
24
 
INCLUDES = @GTK_WINDOW_DECORATOR_CFLAGS@ @METACITY_CFLAGS@
 
26
INCLUDES = -I$(top_srcdir)/include @GTK_WINDOW_DECORATOR_CFLAGS@ @METACITY_CFLAGS@
25
27
 
26
28
bin_PROGRAMS = $(gtk_window_decorator_program)