blob: b0662539d3852a1f2fb294ded432a540a3de400c (
plain) (
tree)
|
|
INCLUDES = \
-I$(top_srcdir) \
$(EMPATHY_CFLAGS) \
$(WARN_CFLAGS)
bin_PROGRAMS = empathy-launcher
empathy_launcher_SOURCES = empathy-launcher.c
empathy_launcher_LDADD = \
$(top_builddir)/libempathy/libempathy.la \
$(EMPATHY_LIBS)
|