Initial Import
[profile/ivi/clutter-toys.git] / attic / astro-desktop / libastro-desktop / Makefile.am
1 INCLUDES = \
2         -I$(srcdir)                             \
3         -I$(top_srcdir)                         \
4         -DPREFIX=\""$(prefix)"\"                \
5         -DLIBDIR=\""$(libdir)"\"                \
6         -DDATADIR=\""$(datadir)"\"              \
7         $(GCC_CFLAGS)                           \
8         $(DEPS_CFLAGS)  
9
10 lib_LTLIBRARIES = libastro-desktop.la
11
12 libastro_desktop_la_SOURCES = \
13         astro-application.c \
14         astro-behave.c \
15         astro-utils.c \
16         astro-window.c \
17         tidy-texture-frame.c
18
19 libastro_desktop_la_LIBADD = $(DEPS_LIBS)
20 libastro_desktop_la_LDFLAGS = $(DEPS_LT_LDFLAGS) -version-info 0:1:0