]> git.0d.be Git - empathy.git/blobdiff - accounts/Makefile.am
[darcs-to-svn @ Remove EmpathySession and move all programs into src/]
[empathy.git] / accounts / Makefile.am
diff --git a/accounts/Makefile.am b/accounts/Makefile.am
deleted file mode 100644 (file)
index 589cae3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-AM_CPPFLAGS =                                          \
-       -I$(top_srcdir)                                 \
-       -DPREFIX="\"$(prefix)"\"                        \
-       -DSYSCONFDIR=\""$(sysconfdir)"\"                \
-       -DDATADIR=\""$(datadir)"\"                      \
-       -DLIBDIR=\""$(libdir)"\"                        \
-       $(EMPATHY_CFLAGS)                               \
-       $(WARN_CFLAGS)
-
-bin_PROGRAMS = empathy-accounts
-
-empathy_accounts_SOURCES =                                                     \
-       empathy-accounts-main.c
-
-empathy_accounts_LDADD = \
-       $(top_builddir)/libempathy/libempathy.la                                \
-       $(top_builddir)/libempathy-gtk/libempathy-gtk.la                        \
-       $(EMPATHY_LIBS)
-