mutter/clutter/Makefile.am

45 lines
1.4 KiB
Makefile
Raw Normal View History

2005-04-13 15:49:56 -04:00
source_h = pixbuf.h util.h fonts.h \
cltr.h \
cltr-private.h \
cltr-glu.h \
cltr-events.h \
cltr-texture.h \
cltr-widget.h \
cltr-window.h \
cltr-photo-grid.h \
2005-04-26 04:56:53 -04:00
cltr-video.h \
2005-04-13 15:49:56 -04:00
cltr-list.h \
2005-04-22 14:03:55 -04:00
cltr-overlay.h \
2005-04-27 18:17:45 -04:00
cltr-label.h \
2005-04-22 14:03:55 -04:00
cltr-button.h \
2005-04-13 15:49:56 -04:00
cltr-scratch.h
source_c = pixbuf.c util.c fonts.c \
cltr-core.c \
cltr-glu.c \
cltr-texture.c \
cltr-widget.c \
cltr-events.c \
cltr-window.c \
cltr-photo-grid.c \
2005-04-26 04:56:53 -04:00
cltr-video.c \
2005-04-13 15:49:56 -04:00
cltr-list.c \
2005-04-22 14:03:55 -04:00
cltr-overlay.c \
2005-04-27 18:17:45 -04:00
cltr-label.c \
2005-04-22 14:03:55 -04:00
cltr-button.c \
2005-04-13 15:49:56 -04:00
cltr-scratch.c
2005-04-26 04:56:53 -04:00
AM_CFLAGS = @GCC_FLAGS@ @CLTR_CFLAGS@ $(GST_CFLAGS) $(GCONF_CFLAGS)
2005-04-13 15:49:56 -04:00
lib_LTLIBRARIES = libclutter.la
libclutter_la_SOURCES = $(source_c) $(source_h)
2005-04-26 04:56:53 -04:00
libclutter_la_LIBADD = @CLTR_LIBS@ $(GST_LIBS) $(GCONF_LIBS)
2005-04-13 15:49:56 -04:00
# http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91
# current : revision : age
libclutter_la_LDFLAGS = -version-info 0:0:0
clutterheadersdir = $(includedir)/clutter
clutterheaders_DATA = $(source_h)