projects
/
empathy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[darcs-to-svn @ initial import]
[empathy.git]
/
launcher
/
Makefile.am
1
INCLUDES = \
2
-I$(top_srcdir) \
3
$(EMPATHY_CFLAGS) \
4
$(WARN_CFLAGS)
5
6
bin_PROGRAMS = empathy-launcher
7
empathy_launcher_SOURCES = empathy-launcher.c
8
empathy_launcher_LDADD = \
9
$(top_builddir)/libempathy/libempathy.la \
10
$(EMPATHY_LIBS)
11
12