summaryrefslogtreecommitdiff
path: root/attic/astro-desktop/src/Makefile.am
blob: 22282607e2232a65525aa5f9e5cc6ac11a7b98a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
bin_PROGRAMS = astro-desktop

AM_CFLAGS = \
	$(DEPS_CFLAGS) \
	$(GCC_CFLAGS) \
	-DDATADIR=\""$(datadir)"\" \
	-DLIBDIR=\""$(libdir)"\" \
	-DPKGDATADIR=\""$(pkgdatadir)"\" \
	-DPKGLIBDIR=\""$(libdir)/astro-desktop"\" \
	-I$(top_builddir)/libastro-desktop

astro_desktop_LDADD  = \
	$(DEPS_LIBS) \
	$(top_builddir)/libastro-desktop/libastro-desktop.la 

astro_desktop_SOURCES = \
	astro-appicon.c \
	astro-appicon.h \
	astro-applet.c \
	astro-applet.h \
	astro-applet-manager.c \
	astro-applet-manager.h \
	astro-appview.c \
	astro-appview.h \
	astro-desktop.c \
	astro-desktop.h \
	astro-example.c \
	astro-example.h \
	astro-panel.c \
	astro-panel.h \
	astro-systray.c \
	astro-systray.h \
	main.c